Reformat.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 4 Oct 2009 11:04:47 +0000 (11:04 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 4 Oct 2009 11:04:47 +0000 (11:04 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3008 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/net/afsk.c

index 331784549517a6bc8eac9273f8c0dfccd5ac3e26..d2291262858cefe7d7d68f3a395ac01b8a85792d 100644 (file)
@@ -308,8 +308,8 @@ DEFINE_AFSK_ADC_ISR()
 
                /*
                 * Determine bit value by reading the last 3 sampled bits.
-                * If the number of ones is two or greater, the bit value it's a 1,
-                * otherwise it's a 0.
+                * If the number of ones is two or greater, the bit value is a 1,
+                * otherwise is a 0.
                 */
                uint8_t bits = sampled_bits & 0x07;
                if (bits == 0x07 // 111, 3 bits set to 1