upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/esp_crt_bundle.h
blob: dfb9bb11f6b924806a8ccff3413f80ca24bd991f (plain)
1
2
3
4
5
6
#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