]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/usb_hid.mk
Remove MCU dependent code from common/keyboard.c
[tmk_firmware.git] / protocol / usb_hid.mk
index f3149f7f4bced040778ac00bfba8501f358db359..fb4916d56277d23a0d3c39b5696651551a66330a 100644 (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)