1
0
Fork 0

usb_hid: workaround for compile on Windows.

This commit is contained in:
tmk 2012-09-04 13:29:21 +09:00
parent c77c5043a1
commit 232ab308e3
7 changed files with 52 additions and 78 deletions

View file

@ -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)