Update sdcard.h

This commit is contained in:
August Quint 2020-02-03 15:22:33 +01:00 committed by GitHub
parent 4f762ef498
commit 0bc7afe023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
#define SDCARD_FILE_NAME "paxcount.%02d"
#define SDCARD_FILE_HEADER "date, time, wifi, bluet"
bool sdcardInit( void );
bool sdcard_init( void );
void sdcardWriteData( uint16_t, uint16_t);
#endif