File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/libs/mynewt-nimble/nimble/controller/include/controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
2- project (pinetime VERSION 1.5 .0 LANGUAGES C CXX ASM)
2+ project (pinetime VERSION 1.6 .0 LANGUAGES C CXX ASM)
33
44set (CMAKE_C_STANDARD 99)
55set (CMAKE_CXX_STANDARD 14)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ static inline void ble_ll_rfmgmt_reset(void) { }
5151static inline void ble_ll_rfmgmt_scan_changed (bool e , uint32_t n ) { }
5252static inline void ble_ll_rfmgmt_sched_changed (struct ble_ll_sched_item * f ) { }
5353static inline void ble_ll_rfmgmt_release (void ) { }
54- static inline uint32_t ble_ll_rfmgmt_enable_now (void ) { return 0 ; }
54+ static inline uint32_t ble_ll_rfmgmt_enable_now (void ) { return os_cputime_get32 () ; }
5555static inline bool ble_ll_rfmgmt_is_enabled (void ) { return true; }
5656
5757#endif
You can’t perform that action at this time.
0 commit comments