Landzo_K60Z_WebServer/include/sdhc_helpers.h
2022-06-10 01:26:20 +08:00

6 lines
82 B
C

#ifndef SDHC_HELPERS_H
#define SDHC_HELPERS_H
int sdhc_helper_init(void);
#endif