Skip to content

Commit fcce01f

Browse files
authored
Allow FLEXITIMER_MAX_TIMERS can be defined outside of the library
1 parent 2b4a0c5 commit fcce01f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/flexitimer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ extern "C" {
2727
/**
2828
@brief Number of times
2929
*/
30+
#ifndef FLEXITIMER_MAX_TIMERS
3031
#define FLEXITIMER_MAX_TIMERS (10)
32+
#endif
3133

3234
/**
3335
@brief Id unit type

0 commit comments

Comments
 (0)