Skip to content
Prev Previous commit
Next Next commit
Added usb_hal.c to build script
  • Loading branch information
satishgn committed Sep 10, 2014
commit 5370f3f152488777dc9005e259f0850148db4e7b
1 change: 1 addition & 0 deletions SPARK_Services/src/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TARGET_SPARK_SERVICES_SRC_PATH = $(TARGET_SPARK_SERVICES_PATH)/src
INCLUDE_DIRS += $(TARGET_SPARK_SERVICES_SRC_PATH)/inc

CSRC += $(TARGET_SPARK_SERVICES_SRC_PATH)/rgbled.c
CSRC += $(TARGET_SPARK_SERVICES_SRC_PATH)/usb_hal.c

# C++ source files included in this build.
CPPSRC +=
Expand Down