1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 16:39:12 -04:00

8 lines
147 B
C
Raw Normal View History

#ifndef __ESP_CROSSCORE_INT_H
#define __ESP_CROSSCORE_INT_H
void esp_crosscore_int_init();
void esp_crosscore_int_send_yield(int coreId);
#endif