mirror of https://github.com/ARMmbed/mbed-os.git
FHSS timer driver: Make number of timeouts configurable
parent
ea0f4863a2
commit
1b01709b3b
|
@ -22,7 +22,9 @@
|
||||||
#include <Timer.h>
|
#include <Timer.h>
|
||||||
|
|
||||||
#define TRACE_GROUP "fhdr"
|
#define TRACE_GROUP "fhdr"
|
||||||
|
#ifndef NUMBER_OF_SIMULTANEOUS_TIMEOUTS
|
||||||
#define NUMBER_OF_SIMULTANEOUS_TIMEOUTS 2
|
#define NUMBER_OF_SIMULTANEOUS_TIMEOUTS 2
|
||||||
|
#endif //NUMBER_OF_SIMULTANEOUS_TIMEOUTS
|
||||||
|
|
||||||
static Timer timer;
|
static Timer timer;
|
||||||
static bool timer_initialized = false;
|
static bool timer_initialized = false;
|
||||||
|
|
Loading…
Reference in New Issue