mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[sys_time] maximum of 16 sys_time timers by default (was 8)
actually makes the baro periodic timer (for BARO_BOARD) usable by default on fixedwings
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include BOARD_CONFIG
|
||||
|
||||
#ifndef SYS_TIME_NB_TIMER
|
||||
#define SYS_TIME_NB_TIMER 8
|
||||
#define SYS_TIME_NB_TIMER 16
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user