Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.

This commit is contained in:
Dean Camera 2009-04-16 23:59:14 +00:00
parent 8f6b4ddf76
commit 1c16ae399a
38 changed files with 84 additions and 66 deletions

View file

@ -130,7 +130,7 @@ TASK(TestApp_CheckTemp)
if (Scheduler_HasDelayElapsed(10000, &DelayCounter))
{
printf_P(PSTR("Current temperature: %d Degrees Celcius\r\n\r\n"),
(int)Temperature_GetTemperature());
(int8_t)Temperature_GetTemperature());
/* Reset the delay counter, ready to count another 10000 tick interval */
Scheduler_ResetDelay(&DelayCounter);