Pull out systick code into system.c

This commit is contained in:
Imbus 2025-07-16 15:42:43 +02:00
parent ee0d050110
commit 8636fedb5a
4 changed files with 17 additions and 50 deletions

View file

@ -1,8 +1,8 @@
PROJECT := main
BUILD_DIR := bin
# CFILES := main.c
CFILES += $(wildcard *.c)
CFILES := main.c system.c
# CFILES += $(wildcard *.c)
OPENCM3_DIR := ./libopencm3
# Check if libopencm3 is available before including anything