Add RADIOALWAYSON to monitor packet losses with low power protocols

This commit is contained in:
dak664 2010-02-28 21:19:33 +00:00
parent 72ba836238
commit d61676b8f7
2 changed files with 126 additions and 69 deletions

View file

@ -643,7 +643,7 @@ extern hal_rx_frame_t rxframe;
#define DEBUG 0
#if DEBUG
volatile int rf230_interrupt_flag=0;
volatile char rf230_interrupt_flag=0;
#define INTERRUPTDEBUG(arg) rf230_interrupt_flag=arg
#else
#define INTERRUPTDEBUG(arg)