Browse Source

StorageManager: Unify from print or println to printf.

master
murata 8 years ago committed by Andrew Tridgell
parent
commit
37a55c38a1
  1. 2
      libraries/StorageManager/examples/StorageTest/StorageTest.cpp

2
libraries/StorageManager/examples/StorageTest/StorageTest.cpp

@ -41,7 +41,7 @@ static uint8_t pvalue(uint16_t offset) @@ -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…
Cancel
Save