Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory...
[pub/USBasp.git] / LUFA / Common / Common.h
index 76144f9..e52aae8 100644 (file)
@@ -57,7 +57,8 @@
 #define __COMMON_H__
 
        /* Includes: */
-               #include <avr/io.h>
+               #include <stdint.h>
+               #include <stdbool.h>
        
                #include "Attributes.h"
                #include "BoardTypes.h"