Function esp_idf_sys::link_patches
source ยท pub fn link_patches() -> PatchesRef
Expand description
A hack to make sure that a few patches to the ESP-IDF which are implemented in Rust are linked to the final executable
Call this function once at the beginning of your main function