Silencing errors

This commit is contained in:
Imbus 2025-07-16 15:51:28 +02:00
parent 8636fedb5a
commit bdfcef687a
7 changed files with 12 additions and 5 deletions

View file

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