Pull out systick code into system.c
This commit is contained in:
parent
ee0d050110
commit
8636fedb5a
4 changed files with 17 additions and 50 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue