You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
614 B
C

/*
* Code generated from Atmel Start.
*
* This file will be overwritten when reconfiguring your Atmel Start project.
* Please copy examples or other code you want to keep to a separate file or main.c
* to avoid loosing it when reconfiguring.
*/
#ifndef FATFS_MAIN_H
#define FATFS_MAIN_H
#include "atmel_start.h"
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
#include <string.h>
#include <hal_calendar.h>
#include "ff.h"
extern struct calendar_descriptor CALENDER_INTERFACE;
DWORD get_fattime(void);
void fatfs_app_init(void);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // FATFS_MAIN_H