Skip to content

Commit

Permalink
remove unnecessary overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
patcoll committed Jul 29, 2024
1 parent 0d8081f commit d522131
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions firmware/nachie/syndrome/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,6 @@

#include_next <chconf.h>

#undef CH_CFG_SMP_MODE
#define CH_CFG_SMP_MODE TRUE

#undef CH_CFG_ST_RESOLUTION
#define CH_CFG_ST_RESOLUTION 32

#undef CH_CFG_ST_FREQUENCY
#define CH_CFG_ST_FREQUENCY 1000000

#undef CH_CFG_INTERVALS_SIZE
#define CH_CFG_INTERVALS_SIZE 32

#undef CH_CFG_TIME_TYPES_SIZE
#define CH_CFG_TIME_TYPES_SIZE 32

#undef CH_CFG_ST_TIMEDELTA
#define CH_CFG_ST_TIMEDELTA 100

0 comments on commit d522131

Please sign in to comment.