summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-20 20:58:27 +0700
committerhathach <[email protected]>2019-03-20 20:58:27 +0700
commit20fb416783c4dcce71a581f6db1674a3c6a1ae12 (patch)
treea4e36f39293a40193c88e7c18dedd73ebc0e9f50 /examples/device
parentda55610f4355bb65bd9297798f9ad961807feea9 (diff)
clean board uart read & write
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc_hid/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_hid/Makefile b/examples/device/cdc_msc_hid/Makefile
index 86587dd47..fffabee9d 100644
--- a/examples/device/cdc_msc_hid/Makefile
+++ b/examples/device/cdc_msc_hid/Makefile
@@ -34,7 +34,6 @@ MKDIR = mkdir
SED = sed
CP = cp
RM = rm
-AS = $(CROSS_COMPILE)as
INC += -Isrc \
-I$(TOP)/hw \