Skip to content

Commit d522131

Browse files
committed
remove unnecessary overrides
1 parent 0d8081f commit d522131

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

firmware/nachie/syndrome/chconf.h

-15
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@
77

88
#include_next <chconf.h>
99

10-
#undef CH_CFG_SMP_MODE
11-
#define CH_CFG_SMP_MODE TRUE
12-
13-
#undef CH_CFG_ST_RESOLUTION
14-
#define CH_CFG_ST_RESOLUTION 32
15-
16-
#undef CH_CFG_ST_FREQUENCY
17-
#define CH_CFG_ST_FREQUENCY 1000000
18-
19-
#undef CH_CFG_INTERVALS_SIZE
20-
#define CH_CFG_INTERVALS_SIZE 32
21-
22-
#undef CH_CFG_TIME_TYPES_SIZE
23-
#define CH_CFG_TIME_TYPES_SIZE 32
24-
2510
#undef CH_CFG_ST_TIMEDELTA
2611
#define CH_CFG_ST_TIMEDELTA 100
2712

0 commit comments

Comments
 (0)