Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79f01f0

Browse files
committedJan 18, 2020
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
 

‎tests/host/common/Arduino.cpp

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.