Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
This commit is contained in:
parent
8f6b4ddf76
commit
1c16ae399a
38 changed files with 84 additions and 66 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue