gadget-weather-station/include/fatfs/tf_card.h

10 lines
137 B
C
Raw Permalink Normal View History

2022-09-01 09:45:49 +02:00
#ifndef _TF_CARD_H_
#define _TF_CARD_H_
#include "gd32v_pjt_include.h"
#include "diskio.h"
#include "ff.h"
#include "systick.h"
#endif