From: Enochen Date: Wed, 3 Oct 2018 22:02:24 +0000 (-0400) Subject: rn42 compilation error fix (#4050) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f13ca593618b9f5ed6c175496a0d84633f541a94;p=qmk_firmware.git rn42 compilation error fix (#4050) * rn42 compile fix Fixes a compilation error * simpler rn42 compile fix good idea drashna :) --- 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 #include "host.h" #include "host_driver.h" -#include "serial.h" +#include "../serial.h" #include "rn42.h" #include "print.h" #include "timer.h"