Minor documentation improvements.

This commit is contained in:
Dean Camera 2013-06-03 21:41:19 +02:00
parent 4175fe03ee
commit 1eae43da0c
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@
/** Selects the Atmel 32-bit UC3 AVR (AT32UC3* chips) architecture. */
#define ARCH_UC3 1
/** Selects the Atmel XMEGA AVR (ATXMEGA*U chips) architecture. */
/** Selects the Atmel XMEGA AVR (ATXMEGA* chips) architecture. */
#define ARCH_XMEGA 2
#if !defined(__DOXYGEN__)