We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfbee7 commit 79f01f0Copy full SHA for 79f01f0
tests/host/common/Arduino.cpp
@@ -44,6 +44,7 @@ extern "C" bool can_yield()
44
45
extern "C" void optimistic_yield (uint32_t interval_us)
46
{
47
+ (void)interval_us;
48
}
49
50
extern "C" void esp_yield()
0 commit comments