diff --git a/devices/nrf24l01/nrf24l01.c b/devices/nrf24l01/nrf24l01.c index bc550c9b..e835eb5f 100644 --- a/devices/nrf24l01/nrf24l01.c +++ b/devices/nrf24l01/nrf24l01.c @@ -53,7 +53,7 @@ void nrf_enable_max_rt_irq() { } void nrf_disable_max_rt_irq() { - nrf_clear_reg_bit(REG_CONFIG, MASK_MAX_RT); + nrf_set_reg_bit(REG_CONFIG, MASK_MAX_RT); } void nrf_set_rf_channel(uint8_t channel) {