diff options
Diffstat (limited to 'platforms/chibios/boards/STEMCELL/configs/chconf.h')
-rw-r--r-- | platforms/chibios/boards/STEMCELL/configs/chconf.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/platforms/chibios/boards/STEMCELL/configs/chconf.h b/platforms/chibios/boards/STEMCELL/configs/chconf.h deleted file mode 100644 index d25bea0d17..0000000000 --- a/platforms/chibios/boards/STEMCELL/configs/chconf.h +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2022 Mega Mind (@megamind4089) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#define CH_CFG_ST_RESOLUTION 16 -#define CH_CFG_ST_FREQUENCY 10000 - -#include_next <chconf.h> |