X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ff8e0ea2d62687017b6cd700f7c3fe66c78c5647..27eb17cb934dcd3807bacdfe87f853e32f0cfdb4:/LUFA/Drivers/Peripheral/TWI.h diff --git a/LUFA/Drivers/Peripheral/TWI.h b/LUFA/Drivers/Peripheral/TWI.h index fbb95e464..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. * @@ -61,7 +62,7 @@ defined(__AVR_AT90USB1287__) || defined(__AVR_AT90USB647__) || \ defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) || \ defined(__AVR_ATmega32U6__)) - #include "AVR8/TWI.h" + #include "AVRU4U6U7/TWI.h" #else #error "TWI is not available for the currently selected AVR model." #endif