mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
mbedtls: support esp32s2beta
This commit is contained in:

committed by
Angus Gratton

parent
3b39e60f97
commit
b76d5d74d9
@@ -61,7 +61,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