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:
Dean Camera 2010-10-24 12:25:34 +00:00
parent 5517f96e86
commit 8f3bee7d86
2 changed files with 6 additions and 6 deletions

View file

@ -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: */