]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
rn42 compilation error fix (#4050)
authorEnochen <darakath1128@gmail.com>
Wed, 3 Oct 2018 22:02:24 +0000 (18:02 -0400)
committerDrashna Jaelre <drashna@live.com>
Wed, 3 Oct 2018 22:02:24 +0000 (15:02 -0700)
* rn42 compile fix

Fixes a compilation error

* simpler rn42 compile fix

good idea drashna :)

keyboards/hhkb/rn42/rn42.c

index 859e4014903c03ac5663358763caf0909f57005c..154da4e10103595cdfd8d331c65c00f4c09675d9 100644 (file)
@@ -1,7 +1,7 @@
 #include <avr/io.h>
 #include "host.h"
 #include "host_driver.h"
-#include "serial.h"
+#include "../serial.h"
 #include "rn42.h"
 #include "print.h"
 #include "timer.h"