mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
rn42 compilation error fix (#4050)
* rn42 compile fix Fixes a compilation error * simpler rn42 compile fix good idea drashna :)
This commit is contained in:
parent
0d61e612f0
commit
f13ca59361
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue