StorageManager: Unify from print or println to printf.

This commit is contained in:
murata 2017-01-21 14:03:31 +09:00 committed by Andrew Tridgell
parent 9de6318b77
commit 37a55c38a1

View File

@ -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];