#ifndef STUBS_ESP_CRT_BUNDLE_H #define STUBS_ESP_CRT_BUNDLE_H static inline void *esp_crt_bundle_attach(void *conf) { (void)conf; return NULL; } #endif