We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74c369 commit 9a53b8fCopy full SHA for 9a53b8f
extras/tests/Arduino_POSIXStorage_Test/Arduino_POSIXStorage_Test.ino
@@ -353,7 +353,7 @@ void setup() {
353
if ((-1 != retVal) || (ENOSYS != errno))
354
{
355
allTestsOk = false;
356
- Serial.println("[FAIL] Deregister callback not supported test failed");
+ Serial.println("[FAIL] Deregister callback not supported test failed (hotplug)");
357
}
358
// <-- Deregister callback not supported test (hotplug)
359
@@ -362,7 +362,7 @@ void setup() {
362
363
364
365
+ Serial.println("[FAIL] Deregister callback not supported test failed (unplug)");
366
367
// <-- Deregister callback not supported test (unplug)
368
0 commit comments