소스 검색

rn42 compilation error fix (#4050)

* rn42 compile fix

Fixes a compilation error

* simpler rn42 compile fix

good idea drashna :)
Enochen 6 년 전
부모
커밋
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"