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.
This commit is contained in:
parent
702bec892d
commit
e4bf986bb3
4 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue