General cleanup and more port work to the AVR32 UC3B.
[pub/lufa.git] / LUFA / Drivers / Peripheral / AVR8 / TWI_AVR8.c
index b5f258d..edfc986 100644 (file)
@@ -6,7 +6,7 @@
 */
 
 #define  __INCLUDE_FROM_TWI_C
-#include "TWI.h"
+#include "../TWI.h"
 
 uint8_t TWI_StartTransmission(const uint8_t SlaveAddress,
                               const uint8_t TimeoutMS)