Skip to content

Commit 9a53b8f

Browse files
author
Alrik Vidstrom
committed
Add minor improvements in the test sketch
1 parent a74c369 commit 9a53b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/tests/Arduino_POSIXStorage_Test/Arduino_POSIXStorage_Test.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ void setup() {
353353
if ((-1 != retVal) || (ENOSYS != errno))
354354
{
355355
allTestsOk = false;
356-
Serial.println("[FAIL] Deregister callback not supported test failed");
356+
Serial.println("[FAIL] Deregister callback not supported test failed (hotplug)");
357357
}
358358
// <-- Deregister callback not supported test (hotplug)
359359

@@ -362,7 +362,7 @@ void setup() {
362362
if ((-1 != retVal) || (ENOSYS != errno))
363363
{
364364
allTestsOk = false;
365-
Serial.println("[FAIL] Deregister callback not supported test failed");
365+
Serial.println("[FAIL] Deregister callback not supported test failed (unplug)");
366366
}
367367
// <-- Deregister callback not supported test (unplug)
368368

0 commit comments

Comments
 (0)