bugfix powercyle and sleep mcu timing
This commit is contained in:
parent
a5b59e8cbb
commit
ae79061182
2 changed files with 4 additions and 5 deletions
|
@ -1796,8 +1796,8 @@ rf230_cca(void)
|
|||
// if (cca & 0x40) {/*DEBUGFLOW('3')*/;} else {rf230_pending=1;DEBUGFLOW('4');}
|
||||
if (cca & 0x40) {
|
||||
// DEBUGFLOW('5');
|
||||
// return 1;
|
||||
return 0;
|
||||
return 1;
|
||||
// return 0;
|
||||
} else {
|
||||
// DEBUGFLOW('6');
|
||||
busyexit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue