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.
2 parents d03db14 + d7ca217 commit fc922b6Copy full SHA for fc922b6
1 file changed
src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll_rfmgmt.h
@@ -51,7 +51,7 @@ static inline void ble_ll_rfmgmt_reset(void) { }
51
static inline void ble_ll_rfmgmt_scan_changed(bool e, uint32_t n) { }
52
static inline void ble_ll_rfmgmt_sched_changed(struct ble_ll_sched_item *f) { }
53
static inline void ble_ll_rfmgmt_release(void) { }
54
-static inline uint32_t ble_ll_rfmgmt_enable_now(void) { return 0; }
+static inline uint32_t ble_ll_rfmgmt_enable_now(void) { return os_cputime_get32(); }
55
static inline bool ble_ll_rfmgmt_is_enabled(void) { return true; }
56
57
#endif
0 commit comments