X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fusb_hid.mk;h=fb4916d56277d23a0d3c39b5696651551a66330a;hb=0bfba7acc4e05e66c8ab448286fc51bc94d03a57;hp=f3149f7f4bced040778ac00bfba8501f358db359;hpb=c5060ea81942b0e3f8577536ff78402a19abe3d3;p=max%2Ftmk_keyboard.git diff --git a/protocol/usb_hid.mk b/protocol/usb_hid.mk index f3149f7f..fb4916d5 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)