esp_idf_svc::sys

Function 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