Better algorithm to extract and convert the internal device serial number into a string descriptor (if present).
Fix incorrect warning text when an unsuitable F_CLOCK value is given.
This commit is contained in:
parent
5517f96e86
commit
8f3bee7d86
2 changed files with 6 additions and 6 deletions
|
@ -118,7 +118,7 @@
|
|||
#endif
|
||||
|
||||
#if !defined(USB_PLL_PSC)
|
||||
#error No PLL prescale value available for chosen F_CPU value and AVR model.
|
||||
#error No PLL prescale value available for chosen F_CLOCK value and AVR model.
|
||||
#endif
|
||||
|
||||
/* Public Interface - May be used in end-application: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue