diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,7 @@ BUILD_PATH = build LIB_PATH = libmaple OUTDIRS = $(BUILD_PATH)/$(LIB_PATH)\ + $(BUILD_PATH)/$(LIB_PATH)\ $(BUILD_PATH)/core \ $(BUILD_PATH)/core/comm @@ -78,7 +79,6 @@ CSRC = libmaple/systick.c \ core/ext_interrupts.c \ core/wiring_digital.c - CPPSRC = core/wiring_math.cpp \ core/Print.cpp \ core/comm/HardwareSerial.cpp \ |