We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d692f commit 94fa567Copy full SHA for 94fa567
MyConfig.h
@@ -592,7 +592,7 @@
592
* - NRF5_BLE_1MBPS for 1Mbps BLE modulation
593
*/
594
#ifndef MY_NRF5_ESB_MODE
595
-#ifdef NRF5_250KBPS
+#ifdef RADIO_MODE_MODE_Nrf_250Kbit
596
#define MY_NRF5_ESB_MODE (NRF5_250KBPS)
597
#else
598
#define MY_NRF5_ESB_MODE (NRF5_1MBPS)
hal/transport/NRF5_ESB/driver/Radio_ESB.cpp
@@ -552,7 +552,7 @@ static inline uint8_t NRF5_ESB_byte_time()
552
} else if (MY_NRF5_ESB_MODE == NRF5_2MBPS) {
553
return (2);
554
}
555
556
else if (MY_NRF5_ESB_MODE == NRF5_250KBPS) {
557
return (5);
558
0 commit comments