diff --git a/libraries/StorageManager/examples/StorageTest/StorageTest.cpp b/libraries/StorageManager/examples/StorageTest/StorageTest.cpp index 1af0bcd2b1..5332cf0b85 100644 --- a/libraries/StorageManager/examples/StorageTest/StorageTest.cpp +++ b/libraries/StorageManager/examples/StorageTest/StorageTest.cpp @@ -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];