20240909-DXSPX-emb/RTCGet(重写一版)/Src/Usr/ThirdParty/fatfs/usr_file.h

12 lines
152 B
C
Raw Permalink Normal View History

2024-09-13 08:57:53 +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