bugfix powercyle and sleep mcu timing

This commit is contained in:
Harald Pichler 2016-09-23 14:59:30 +02:00
parent a5b59e8cbb
commit ae79061182
2 changed files with 4 additions and 5 deletions

View file

@ -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: