Skip to content

Commit 0c961cf

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master'
2 parents 3a051ac + d41f87d commit 0c961cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootloaders/zero/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ BIN=$(NAME).bin
154154
HEX=$(NAME).hex
155155

156156

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/"
158158

159159
# -----------------------------------------------------------------------------
160160
# Linker options

libraries/HID/HID.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <Arduino.h>
2424
#include "USB/PluggableUSB.h"
2525

26-
#if !defined(CDC_HID) || !defined(HID_ONLY) || !defined(WITH_CDC)
26+
#if !defined(CDC_HID) && !defined(HID_ONLY) && !defined(WITH_CDC)
2727
#error Please select CDC_HID, HID_ONLY, or WITH_CDC in the Tools->USB menu.
2828
#endif
2929

0 commit comments

Comments
 (0)