sm1000_main: Fix indentation
authorsjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 26 Sep 2015 00:05:53 +0000 (00:05 +0000)
committersjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 26 Sep 2015 00:05:53 +0000 (00:05 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2385 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/stm32/src/sm1000_main.c

index f1209bcdf4c441f59bf830647320236ee7ad1b3d..f196dfec969064753ca7550f0e67968a32f90599 100644 (file)
@@ -351,7 +351,7 @@ int main(void) {
 
                 nin = freedv_nin(f);
                 nout = nin;
-               freedv_set_total_bit_errors(f, 0);
+                freedv_set_total_bit_errors(f, 0);
                 if (adc1_read(&adc16k[FDMDV_OS_TAPS_16K], 2*nin) == 0) {
                     GPIOE->ODR = (1 << 3);
                     fdmdv_16_to_8_short(adc8k, &adc16k[FDMDV_OS_TAPS_16K], nin);