Fix printf argument signedness
This commit is contained in:
parent
b6f04d65f8
commit
9554c2c8df
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ int main (void){
|
|||
return 0;
|
||||
}
|
||||
else {
|
||||
log_printf("Allocated %d bytes for CANopen objects\n", heapMemoryUsed);
|
||||
log_printf("Allocated %u bytes for CANopen objects\n", heapMemoryUsed);
|
||||
}
|
||||
|
||||
/* initialize EEPROM */
|
||||
|
|
|
|||
Loading…
Reference in a new issue