esp32-s3_fota_test_wifi/main/fs_init.h

17 lines
164 B
C

#ifndef FS_INIT_H
#define FS_INIT_H
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void fs_init(void);
#ifdef __cplusplus
}
#endif
#endif /* FS_INIT_H */