mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +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
|
#include BOARD_CONFIG
|
||||||
|
|
||||||
#ifndef SYS_TIME_NB_TIMER
|
#ifndef SYS_TIME_NB_TIMER
|
||||||
#define SYS_TIME_NB_TIMER 8
|
#define SYS_TIME_NB_TIMER 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user