cc1200: implement poll mode

This commit is contained in:
Simon Duquennoy 2018-10-03 14:07:47 +02:00
parent ce0f95ec50
commit c589875aee
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ pollhandler(void)
set_channel(new_rf_channel);
}
if(rx_pkt_len > 0) {
if((rx_mode_value & RADIO_RX_MODE_POLL_MODE) == 0 && rx_pkt_len > 0) {
int len;