20240909-DXSPX-emb/RTCGet(重写一版)/Src/Usr/ThirdParty/fatfs/usr_file.h
2024-09-13 16:57:53 +08:00

12 lines
152 B
C

#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