File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -678,7 +678,8 @@ TimerXList
678678
679679 static void init (std::span<const Config, N> cfgs) {
680680 Scheduler_global_timer = cmsis_timers[timer_idxmap[SCHEDULER_TIMER_DOMAIN]];
681- callbacks[ST_LIB::timer_idxmap[SCHEDULER_TIMER_DOMAIN]] = Scheduler_global_timer_callback;
681+ callbacks[ST_LIB::timer_idxmap[SCHEDULER_TIMER_DOMAIN]] =
682+ Scheduler_global_timer_callback;
682683 rcc_enable_timer (Scheduler_global_timer);
683684 Scheduler_start ();
684685
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ struct Scheduler {
3131 static constexpr uint32_t INVALID_ID = 2 * kMaxTasks ;
3232
3333 // temporary, will be removed
34- [[deprecated]]
35- static inline void start () {}
34+ [[deprecated]] static inline void start () {}
3635 static void update ();
3736 static inline uint64_t get_global_tick () {
3837 return global_tick_us_ + Scheduler_global_timer->CNT ;
You can’t perform that action at this time.
0 commit comments