Rename AVRU4U6U9 peripheral driver directory to AVR8.

This commit is contained in:
Dean Camera 2010-02-22 12:05:36 +00:00
parent 1d8bb8f9bc
commit ff8e0ea2d6
8 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@
defined(__AVR_AT90USB1287__) || defined(__AVR_AT90USB647__) || \
defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) || \
defined(__AVR_ATmega32U6__))
#include "AVRU4U6U7/ADC.h"
#include "AVR8/ADC.h"
#else
#error "ADC is not available for the currently selected AVR model."
#endif

View File

@ -62,7 +62,7 @@
#if defined(__AVR32__)
#include "AVR32/SPI.h"
#else
#include "AVRU4U6U7/SPI.h"
#include "AVR8/SPI.h"
#endif
#endif

View File

@ -63,7 +63,7 @@
#if defined(__AVR32__)
#include "AVR32/Serial.h"
#else
#include "AVRU4U6U7/Serial.h"
#include "AVR8/Serial.h"
#endif
#include "../../Common/Common.h"

View File

@ -61,7 +61,7 @@
defined(__AVR_AT90USB1287__) || defined(__AVR_AT90USB647__) || \
defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) || \
defined(__AVR_ATmega32U6__))
#include "AVRU4U6U7/TWI.h"
#include "AVR8/TWI.h"
#else
#error "TWI is not available for the currently selected AVR model."
#endif