mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -73,7 +73,7 @@ static IRAM_ATTR void rsa_complete_isr(void *arg)
|
||||
}
|
||||
}
|
||||
|
||||
static void rsa_isr_initialise()
|
||||
static void rsa_isr_initialise(void)
|
||||
{
|
||||
if (op_complete_sem == NULL) {
|
||||
op_complete_sem = xSemaphoreCreateBinary();
|
||||
|
Reference in New Issue
Block a user