Browse Source

StorageManager: fixed build warning

mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
7cff648f8a
  1. 2
      libraries/StorageManager/examples/StorageTest/StorageTest.cpp

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

@ -93,7 +93,7 @@ void loop(void) @@ -93,7 +93,7 @@ void loop(void)
count++;
if (count % 10000 == 0) {
hal.console->printf("%u ops\n", count);
hal.console->printf("%u ops\n", (unsigned)count);
}
}

Loading…
Cancel
Save