Переглянути джерело

rn42 compilation error fix (#4050)

* rn42 compile fix

Fixes a compilation error

* simpler rn42 compile fix

good idea drashna :)
Enochen 7 роки тому
батько
коміт
f13ca59361
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      keyboards/hhkb/rn42/rn42.c

+ 1 - 1
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"