summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb
diff options
context:
space:
mode:
authorEnochen <darakath1128@gmail.com>2018-10-04 00:02:24 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-04 00:02:24 +0200
commitf13ca593618b9f5ed6c175496a0d84633f541a94 (patch)
treef6d72ff282a52ae5a1b5f4587553060e99d41de1 /keyboards/hhkb
parent0d61e612f063b91568bf8098878051c4ea405ab3 (diff)
downloadqmk_firmware-f13ca593618b9f5ed6c175496a0d84633f541a94.tar.gz
qmk_firmware-f13ca593618b9f5ed6c175496a0d84633f541a94.tar.xz
rn42 compilation error fix (#4050)
* rn42 compile fix Fixes a compilation error * simpler rn42 compile fix good idea drashna :)
Diffstat (limited to 'keyboards/hhkb')
-rw-r--r--keyboards/hhkb/rn42/rn42.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hhkb/rn42/rn42.c b/keyboards/hhkb/rn42/rn42.c
index 859e40149..154da4e10 100644
--- a/keyboards/hhkb/rn42/rn42.c
+++ b/keyboards/hhkb/rn42/rn42.c
@@ -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"