diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-10 13:12:02 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-10 13:12:02 +0100 |
commit | bf8c5fdb43ae2446a502227a95f17167c3dcda33 (patch) | |
tree | 3b2611951db5d8cc033f8a97ef0aa27a38936ed4 /src/stm32.mk | |
parent | c6563a099ce05d9291a0c27fdbab3ffd9efddc48 (diff) |
add input emulation to test collision
Diffstat (limited to 'src/stm32.mk')
-rw-r--r-- | src/stm32.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stm32.mk b/src/stm32.mk index eab34a4..3b5ccb9 100644 --- a/src/stm32.mk +++ b/src/stm32.mk @@ -62,5 +62,6 @@ STM_SRCS += lib/STM32-base-STM32Cube/HAL/STM32F0xx/src/stm32f0xx_hal.c \ STM_SRCS += stm32/idle_task_static_memory.c \ stm32/main.c \ stm32/setup.c \ - ppu/stm.c + ppu/stm.c \ + stm32/input.c |