X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=protocol%2Fusb_hid.mk;h=fb4916d56277d23a0d3c39b5696651551a66330a;hb=fd9ee507a557e17b5af9fcd8892868ddf07bbb7a;hp=f3149f7f4bced040778ac00bfba8501f358db359;hpb=c5060ea81942b0e3f8577536ff78402a19abe3d3;p=tmk_firmware.git diff --git a/protocol/usb_hid.mk b/protocol/usb_hid.mk index f3149f7..fb4916d 100644 --- a/protocol/usb_hid.mk +++ b/protocol/usb_hid.mk @@ -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)