[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:
Felix Ruess
2014-10-08 21:39:48 +02:00
parent b580c34652
commit d09f7a5446
+1 -1
View File
@@ -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