FHSS timer driver: Make number of timeouts configurable

pull/8478/head
Jarkko Paso 2018-10-18 09:32:00 +03:00
parent ea0f4863a2
commit 1b01709b3b
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
#include <Timer.h>
#define TRACE_GROUP "fhdr"
#ifndef NUMBER_OF_SIMULTANEOUS_TIMEOUTS
#define NUMBER_OF_SIMULTANEOUS_TIMEOUTS 2
#endif //NUMBER_OF_SIMULTANEOUS_TIMEOUTS
static Timer timer;
static bool timer_initialized = false;