From e406140f119281a945c281d25e9a1041b862d592 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 24 Feb 2012 20:25:36 +0000 Subject: Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. --- LUFA/Platform/XMEGA/ClockManagement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Platform/XMEGA') diff --git a/LUFA/Platform/XMEGA/ClockManagement.h b/LUFA/Platform/XMEGA/ClockManagement.h index 20fb6464c..db2bb64a4 100644 --- a/LUFA/Platform/XMEGA/ClockManagement.h +++ b/LUFA/Platform/XMEGA/ClockManagement.h @@ -200,7 +200,7 @@ /** Starts the PLL of the XMEGA microcontroller, with the given options. This routine blocks until the PLL is ready for use. * - * \note The output frequency must be equal to or greater than the source frequency. + * \attention The output frequency must be equal to or greater than the source frequency. * * \param[in] Source Clock source for the PLL, a value from \ref XMEGA_System_ClockSource_t. * \param[in] SourceFreq Frequency of the PLL's clock source, in Hz. -- cgit v1.2.3