diff --git a/TODO b/TODO index 929dd52..3dd2c6e 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ * make buttons lock while sleep mode active * better compilition depending on config file. someone with more make knowledge please ;-) * fix warnings in simplicti code +* use RTC of the msp430 instead of the interrupt code === DONE === diff --git a/simpliciti/Applications/application/End_Device/main_ED_BM.c b/simpliciti/Applications/application/End_Device/main_ED_BM.c index b76cd41..b38b9e0 100644 --- a/simpliciti/Applications/application/End_Device/main_ED_BM.c +++ b/simpliciti/Applications/application/End_Device/main_ED_BM.c @@ -224,7 +224,7 @@ void simpliciti_main_tx_only(void) // Get radio ready. Wakes up in IDLE state. if(getFlag(simpliciti_flag, SIMPLICITI_TRIGGER_SEND_DATA) || - getFlag(simpliciti_flag, SIMPLICITI_TRIGGER_RECEIVED_DATA)) { + getFlag(simpliciti_flag, SIMPLICITI_TRIGGER_RECEIVE_DATA)) { SMPL_Ioctl( IOCTL_OBJ_RADIO, IOCTL_ACT_RADIO_AWAKE, 0);