Make sure the peripheral driver .c files include the driver dispatch header, rather...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 20 Feb 2011 18:23:09 +0000 (18:23 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 20 Feb 2011 18:23:09 +0000 (18:23 +0000)
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h

index 3a8312d..7b7f5d6 100644 (file)
@@ -29,7 +29,7 @@
 */
 
 #define  __INCLUDE_FROM_SERIAL_C
-#include "Serial.h"
+#include "../Serial.h"
 
 FILE USARTSerialStream;
 
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)
index e0fee63..dcafe63 100644 (file)
@@ -29,7 +29,7 @@
 */\r
 \r
 /** \file\r
- *  \brief USB Endpoint definitions for the UC3B microcontrollers.\r
+ *  \brief USB Endpoint definitions for the AVR32 UC3B microcontrollers.\r
  *  \copydetails Group_EndpointManagement_UC3B\r
  *\r
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver\r
index 92ec38a..b4d79ac 100644 (file)
@@ -29,7 +29,7 @@
 */\r
 \r
 /** \file\r
- *  \brief USB OTG definitions for the UC3B microcontrollers.\r
+ *  \brief USB OTG definitions for the AVR32 UC3B microcontrollers.\r
  *  \copydetails Group_OTG_UC3B\r
  *\r
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver\r
@@ -38,7 +38,7 @@
 \r
 /** \ingroup Group_OTG\r
  *  \defgroup Group_OTG_UC3B USB On The Go (OTG) Management (UC3B)\r
- *  \brief USB OTG definitions for the UC3B microcontrollers.\r
+ *  \brief USB OTG definitions for the AVR32 UC3B microcontrollers.\r
  *\r
  *  Architecture specific USB OTG definitions for the Atmel 32-bit AVR UC3B microcontrollers.\r
  *\r
index 9b24c5c..eeeb169 100644 (file)
@@ -29,7 +29,7 @@
 */\r
 \r
 /** \file\r
- *  \brief USB Pipe definitions for the UC3B microcontrollers.\r
+ *  \brief USB Pipe definitions for the AVR32 UC3B microcontrollers.\r
  *  \copydetails Group_PipeManagement_UC3B\r
  *\r
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver\r