Fixed missing include

main
noah metz 2025-05-27 18:17:07 -06:00
parent 8da4b4fb9f
commit 2b63e2f345
2 changed files with 0 additions and 2 deletions

@ -123,7 +123,6 @@ LDSCRIPT= $(STARTUPLD)/STM32F072xB.ld
# setting. # setting.
CSRC = $(ALLCSRC) \ CSRC = $(ALLCSRC) \
$(TESTSRC) \ $(TESTSRC) \
$(CONFDIR)/portab.c \
main.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global # C++ sources that can be compiled in ARM or THUMB mode depending on the global

@ -15,7 +15,6 @@
*/ */
#include "hal.h" #include "hal.h"
#include "portab.h"
/* Virtual serial port over USB.*/ /* Virtual serial port over USB.*/
SerialUSBDriver SDU1; SerialUSBDriver SDU1;