File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ BIN=$(NAME).bin
154
154
HEX =$(NAME ) .hex
155
155
156
156
157
- INCLUDES =-I"$(MODULE_PATH_ARDUINO ) /tools/CMSIS/4.5.0/CMSIS/Include/" -I"$(MODULE_PATH ) /tools/CMSIS-Atmel/1.0.0-mattairtech-1 /CMSIS/Device/ATMEL/"
157
+ INCLUDES =-I"$(MODULE_PATH_ARDUINO ) /tools/CMSIS/4.5.0/CMSIS/Include/" -I"$(MODULE_PATH ) /tools/CMSIS-Atmel/1.0.0-mattairtech-2 /CMSIS/Device/ATMEL/"
158
158
159
159
# -----------------------------------------------------------------------------
160
160
# Linker options
Original file line number Diff line number Diff line change 23
23
#include < Arduino.h>
24
24
#include " USB/PluggableUSB.h"
25
25
26
- #if !defined(CDC_HID) || !defined(HID_ONLY) || !defined(WITH_CDC)
26
+ #if !defined(CDC_HID) && !defined(HID_ONLY) && !defined(WITH_CDC)
27
27
#error Please select CDC_HID, HID_ONLY, or WITH_CDC in the Tools->USB menu.
28
28
#endif
29
29
You can’t perform that action at this time.
0 commit comments