mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-23 23:07:20 +00:00
19 lines
211 B
C
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 |