0
0
Fork 0
wireless-proxy-esp32/project_components/wt_storage/wt_nvs.h

8 lines
112 B
C

#ifndef WT_NVS_H_GUARD
#define WT_NVS_H_GUARD
#include <stdint.h>
void wt_nvs_init();
#endif //WT_NVS_H_GUARD