include missing boot.h into bootloader
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Sat, 25 Aug 2012 11:47:52 +0000 (13:47 +0200)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Sat, 25 Aug 2012 13:09:03 +0000 (13:09 +0000)
Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
firmware/main.c

index f2a129d..c4b0b95 100644 (file)
@@ -20,6 +20,8 @@
 
 #include <avr/cpufunc.h>
 
+#include <avr/boot.h>
+
 #include <string.h>