projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70597a1
)
Reformat.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 4 Oct 2009 11:04:47 +0000
(11:04 +0000)
committer
batt
<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
patch
|
blob
|
history
diff --git
a/bertos/net/afsk.c
b/bertos/net/afsk.c
index 331784549517a6bc8eac9273f8c0dfccd5ac3e26..d2291262858cefe7d7d68f3a395ac01b8a85792d 100644
(file)
--- 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 i
t'
s a 1,
- * otherwise i
t'
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