aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
1#include <avr/io.h> 1#include <avr/io.h>
2#include "host.h" 2#include "host.h"
3#include "host_driver.h" 3#include "host_driver.h"
4#include "serial.h" 4#include "../serial.h"
5#include "rn42.h" 5#include "rn42.h"
6#include "print.h" 6#include "print.h"
7#include "timer.h" 7#include "timer.h"