Merge from BeRTOS. Reformat. Clean up.
[bertos.git] / app / triface / hw / hw_input.h
index 608e731b4d9d65bbce0f8e8a8dc3be837bbcbdb5..e63a90386043db704607c38e87d36a2a3919e965 100644 (file)
@@ -42,6 +42,8 @@
 #ifndef HW_INPUT_H
 #define HW_INPUT_H
 
+#include <avr/io.h>
+
 /* Set pins as input and enable pull-up */
 #define INPUT_INIT_D do                                        \
 {                                                              \