StorageManager: Unify from print or println to printf.
This commit is contained in:
parent
9de6318b77
commit
37a55c38a1
@ -41,7 +41,7 @@ static uint8_t pvalue(uint16_t offset)
|
||||
|
||||
void setup(void)
|
||||
{
|
||||
hal.console->println("StorageTest startup...");
|
||||
hal.console->printf("StorageTest startup...\n");
|
||||
#if DO_INITIALISATION
|
||||
for (uint8_t type=0; type<4; type++) {
|
||||
const StorageAccess &storage = all_storage[type];
|
||||
|
Loading…
Reference in New Issue
Block a user