Skip to content

Commit 79f01f0

Browse files
committed
Suppress an unused argument warning.
1 parent 6cfbee7 commit 79f01f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/host/common/Arduino.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ extern "C" bool can_yield()
4444

4545
extern "C" void optimistic_yield (uint32_t interval_us)
4646
{
47+
(void)interval_us;
4748
}
4849

4950
extern "C" void esp_yield()

0 commit comments

Comments
 (0)