From e4bf986bb351121a39076a7c85c09cd40b43f123 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 24 Nov 2009 01:56:59 +0000 Subject: 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. --- LUFA/Drivers/Board/Temperature.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/Board') diff --git a/LUFA/Drivers/Board/Temperature.h b/LUFA/Drivers/Board/Temperature.h index 1a94d1416..ace3112c8 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 -- cgit v1.2.3