Skip to content

Commit

Permalink
Suppress an unused argument warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Jan 18, 2020
1 parent 6cfbee7 commit 79f01f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/host/common/Arduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ extern "C" bool can_yield()

extern "C" void optimistic_yield (uint32_t interval_us)
{
(void)interval_us;
}

extern "C" void esp_yield()
Expand Down

0 comments on commit 79f01f0

Please sign in to comment.