diff options
Diffstat (limited to 'tests/unit/stubs/esp_crt_bundle.h')
| -rw-r--r-- | tests/unit/stubs/esp_crt_bundle.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unit/stubs/esp_crt_bundle.h b/tests/unit/stubs/esp_crt_bundle.h new file mode 100644 index 0000000..dfb9bb1 --- /dev/null +++ b/tests/unit/stubs/esp_crt_bundle.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef STUBS_ESP_CRT_BUNDLE_H | ||
| 2 | #define STUBS_ESP_CRT_BUNDLE_H | ||
| 3 | |||
| 4 | static inline void *esp_crt_bundle_attach(void *conf) { (void)conf; return NULL; } | ||
| 5 | |||
| 6 | #endif | ||