X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/27461546523862a3a76ee41f615f7ec2eed2195f..e55f33866334615e705ff68c0f3bea8e5b1b9b8b:/LUFA/Drivers/Peripheral/TWI.h diff --git a/LUFA/Drivers/Peripheral/TWI.h b/LUFA/Drivers/Peripheral/TWI.h index 2a97e1899..8e2127d47 100644 --- a/LUFA/Drivers/Peripheral/TWI.h +++ b/LUFA/Drivers/Peripheral/TWI.h @@ -29,6 +29,7 @@ */ /** \file + * \brief Master include file for the TWI peripheral driver. * * This file is the master dispatch header file for the device-specific ADC driver, for AVRs containing an ADC. * @@ -41,7 +42,7 @@ * * \section Sec_Dependencies Module Source Dependencies * The following files must be built with any user project that uses this module: - * - LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c (for U4, U6 and U7 AVR models) + * - LUFA/Drivers/Peripheral/TWI.c * * \section Module Description * Master Mode Hardware TWI driver. This module provides an easy to use driver for the hardware @@ -53,8 +54,7 @@ /* Macros: */ #if !defined(__DOXYGEN__) - #define INCLUDE_FROM_TWI_H - #define INCLUDE_FROM_CHIP_DRIVER + #define __INCLUDE_FROM_TWI_H #endif /* Includes: */