* rn42 compile fix Fixes a compilation error * simpler rn42 compile fix good idea drashna :)
@@ -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"