20240909-DXSPX-emb/RTCGet(可以跑的版本)/Src/Usr/ThirdParty/fatfs/usr_file.h

12 lines
152 B
C
Raw Normal View History

2024-09-11 09:03:46 +00:00
#ifndef _USR_FILE_H_
#define _USR_FILE_H_
#include <stdbool.h>
#include <stdint.h>
#define USR_DISK_PATH "0:/"
int8_t usr_file_init(void);
#endif