We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4a0c5 commit fcce01fCopy full SHA for fcce01f
1 file changed
include/flexitimer.h
@@ -27,7 +27,9 @@ extern "C" {
27
/**
28
@brief Number of times
29
*/
30
+#ifndef FLEXITIMER_MAX_TIMERS
31
#define FLEXITIMER_MAX_TIMERS (10)
32
+#endif
33
34
35
@brief Id unit type
0 commit comments