openHASP/lib/lv_fs_if/lv_fs_spiffs.h
2020-02-01 00:17:42 +01:00

19 lines
211 B
C

/**
* @file lv_fs_if.h
*
*/
#ifndef LV_FS_IF_SPIFFS_H
#define LV_FS_IF_SPIFFS_H
#ifdef __cplusplus
extern "C" {
#endif
void lv_fs_if_spiffs_init(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif