diff options
Diffstat (limited to 'BS/include/timer.h')
-rw-r--r-- | BS/include/timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BS/include/timer.h b/BS/include/timer.h new file mode 100644 index 0000000..7b80823 --- /dev/null +++ b/BS/include/timer.h @@ -0,0 +1,5 @@ +#pragma once + +#define N_TIMERS 7 +#include "../../include/timer_base.h" +#undef N_TIMERS |