Skip to content

Commit

Permalink
AP_HAL_ChibiOS: return scheduler thread priorities to the default
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed May 23, 2024
1 parent 679611b commit bf01138
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libraries/AP_HAL_ChibiOS/Scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@

#define CHIBIOS_SCHEDULER_MAX_TIMER_PROCS 8

#if HAL_INS_RATE_LOOP
#define APM_MONITOR_PRIORITY 184
#define APM_RCOUT_PRIORITY 183
#define APM_SPI_PRIORITY 183
#else
#define APM_MONITOR_PRIORITY 183
#define APM_RCOUT_PRIORITY 181
#endif
#define APM_MAIN_PRIORITY 180
#define APM_TIMER_PRIORITY 181
#define APM_LED_PRIORITY 60
Expand Down

0 comments on commit bf01138

Please sign in to comment.