aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/Temperature.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-24 01:56:59 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-24 01:56:59 +0000
commit9485b0e4fa8434b193109cd4750be2ed11daeea2 (patch)
tree9a7a7805c124c0ce02f4e646a543e9c33980eda9 /LUFA/Drivers/Board/Temperature.h
parente9da4d4a097dbf9d89b5035487bd2a2556c228ed (diff)
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount.
Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@913 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/Temperature.h')
-rw-r--r--LUFA/Drivers/Board/Temperature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/Temperature.h b/LUFA/Drivers/Board/Temperature.h
index 1a94d141..ace3112c 100644
--- a/LUFA/Drivers/Board/Temperature.h
+++ b/LUFA/Drivers/Board/Temperature.h
@@ -90,8 +90,8 @@
/** Initializes the temperature sensor driver, including setting up the appropriate ADC channel.
* This must be called before any other temperature sensor routines.
*
- * The ADC itself (not the ADC channel) must be configured separately before calling the temperature
- * sensor functions.
+ * \note The ADC itself (not the ADC channel) must be configured separately before calling the
+ * temperature sensor functions.
*/
static inline void Temperature_Init(void);
#else