mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 10:31:09 +00:00
Merge branch 'master' into feature/esp32s2beta_update
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