Fixed typo in module.mk.

This commit is contained in:
Stephen Anthony 2022-10-06 12:33:45 -02:30
parent 3de6002c46
commit e8e82dc2dd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MODULE_OBJS := \
src/debugger/CpuDebug.o \
src/debugger/DiStella.o \
src/debugger/RiotDebug.o \
src/debugger/TIADebug.o
src/debugger/TIADebug.o \
src/debugger/TimerMap.o \
MODULE_DIRS += \