Skip to content

Commit 1b01709

Browse files
author
Jarkko Paso
committed
FHSS timer driver: Make number of timeouts configurable
1 parent ea0f486 commit 1b01709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/nanostack/nanostack-hal-mbed-cmsis-rtos/arm_hal_fhss_timer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
#include <Timer.h>
2323

2424
#define TRACE_GROUP "fhdr"
25+
#ifndef NUMBER_OF_SIMULTANEOUS_TIMEOUTS
2526
#define NUMBER_OF_SIMULTANEOUS_TIMEOUTS 2
27+
#endif //NUMBER_OF_SIMULTANEOUS_TIMEOUTS
2628

2729
static Timer timer;
2830
static bool timer_initialized = false;

0 commit comments

Comments
 (0)