Ver código fonte

rn42 compilation error fix (#4050)

* rn42 compile fix

Fixes a compilation error

* simpler rn42 compile fix

good idea drashna :)
Enochen 6 anos atrás
pai
commit
f13ca59361
1 arquivos alterados com 1 adições e 1 exclusões
  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"