esp_wifi: make int types consistent

This commit is contained in:
Anton Maklakov
2022-05-12 17:52:18 +07:00
committed by Jack
parent 0e94779b2e
commit 282c9ab1e1
6 changed files with 13 additions and 13 deletions

View File

@@ -680,7 +680,7 @@ static void IRAM_ATTR esp_empty_wrapper(void)
}
int32_t IRAM_ATTR coex_is_in_isr_wrapper(void)
int IRAM_ATTR coex_is_in_isr_wrapper(void)
{
return !xPortCanYield();
}