usb_hid: workaround for compile on Windows.
This commit is contained in:
parent
c77c5043a1
commit
232ab308e3
7 changed files with 52 additions and 78 deletions
|
@ -65,3 +65,9 @@ VPATH += $(TOP_DIR)/$(ARDUINO_CORES_DIR)
|
|||
|
||||
# for #include "pins_arduino.h"
|
||||
VPATH += $(TOP_DIR)/$(ARDUINO_DIR)/variants/leonardo
|
||||
|
||||
# ad hoc workaround for compile problem on Windows:
|
||||
# Windows doesn't know difference between common/print.h and arduino/Print.h.
|
||||
# On Linux no problem.
|
||||
# Change file name common/print.h to console.h ?
|
||||
VPATH := $(TOP_DIR)/common $(VPATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue