forked from espressif/esp-idf
8 lines
147 B
C
8 lines
147 B
C
![]() |
#ifndef __ESP_CROSSCORE_INT_H
|
||
|
#define __ESP_CROSSCORE_INT_H
|
||
|
|
||
|
|
||
|
void esp_crosscore_int_init();
|
||
|
void esp_crosscore_int_send_yield(int coreId);
|
||
|
|
||
|
#endif
|