Remove unused timer funcs

This commit is contained in:
Ben V. Brown
2022-08-03 20:43:06 +10:00
parent 47c1792024
commit 0c693a89cc
2 changed files with 50 additions and 50 deletions

View File

@@ -316,7 +316,7 @@ $(shell find $(SOURCE_MIDDLEWARES_DIR) -type f -name '*.cpp')
OPTIM=-Os -flto -finline-small-functions -findirect-inlining -fdiagnostics-color -ffunction-sections -fdata-sections -fshort-enums -fsingle-precision-constant -fno-common
# global defines ---------------------------------------------------------------
GLOBAL_DEFINES += $(DEV_GLOBAL_DEFS) -D USE_RTOS_SYSTICK -D MODEL_$(model) -D VECT_TAB_OFFSET=$(bootldr_size)U -fshort-wchar
GLOBAL_DEFINES += $(DEV_GLOBAL_DEFS) -D USE_RTOS_SYSTICK -D MODEL_$(model) -D VECT_TAB_OFFSET=$(bootldr_size)U -fshort-wchar
DEBUG=-g3
ifdef swd_enable