From 2b63e2f345fcd67a420fd327e25054a5a956f4bc Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Tue, 27 May 2025 18:17:07 -0600 Subject: [PATCH] Fixed missing include --- Makefile | 1 - source/usbcfg.c | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a8fbafb..84f8421 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,6 @@ LDSCRIPT= $(STARTUPLD)/STM32F072xB.ld # setting. CSRC = $(ALLCSRC) \ $(TESTSRC) \ - $(CONFDIR)/portab.c \ main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global diff --git a/source/usbcfg.c b/source/usbcfg.c index e757238..237dab0 100644 --- a/source/usbcfg.c +++ b/source/usbcfg.c @@ -15,7 +15,6 @@ */ #include "hal.h" -#include "portab.h" /* Virtual serial port over USB.*/ SerialUSBDriver SDU1;