rn42 compilation error fix (#4050)

* rn42 compile fix

Fixes a compilation error

* simpler rn42 compile fix

good idea drashna :)
This commit is contained in:
Enochen 2018-10-03 18:02:24 -04:00 committed by Drashna Jaelre
parent 0d61e612f0
commit f13ca59361
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include <avr/io.h> #include <avr/io.h>
#include "host.h" #include "host.h"
#include "host_driver.h" #include "host_driver.h"
#include "serial.h" #include "../serial.h"
#include "rn42.h" #include "rn42.h"
#include "print.h" #include "print.h"
#include "timer.h" #include "timer.h"