Merge pull request #196 from DavidLin1577/patch-8

Update nrf24l01.c
This commit is contained in:
Supowang
2020-07-03 15:38:53 +08:00
committed by GitHub

View File

@@ -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) {