diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-10 09:52:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 09:52:49 +1100 |
commit | 75111e967fb3fa6239884a0c85635e7ede46bc29 (patch) | |
tree | 231ae98637d2b8ebc9fdadb4286c605da5e938ee /keyboards/vinta | |
parent | f7b0e803c27b9c8b5404be780e87b7a3c9e243e6 (diff) |
Disable subsystems repo-wide. (#11449)
Diffstat (limited to 'keyboards/vinta')
-rw-r--r-- | keyboards/vinta/chconf.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/vinta/chconf.h b/keyboards/vinta/chconf.h index 0b499f8700..62469b1761 100644 --- a/keyboards/vinta/chconf.h +++ b/keyboards/vinta/chconf.h @@ -23,23 +23,5 @@ #define CH_CFG_ST_FREQUENCY 10000 -#define CH_CFG_USE_TM FALSE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next <chconf.h> |