From: batt Date: Sun, 4 Oct 2009 11:04:47 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.3.0~73 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3d3e523f3a32b4de9d1f9985030429f55bde1981;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3008 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/net/afsk.c b/bertos/net/afsk.c index 33178454..d2291262 100644 --- a/bertos/net/afsk.c +++ b/bertos/net/afsk.c @@ -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