fusee: enable sdmmc loglevel control

This commit is contained in:
Kate J. Temkin 2018-05-04 16:15:51 -06:00
parent 932a5bd645
commit 711f85305b

View file

@ -123,6 +123,15 @@ enum sdmmc_partition {
}; };
/**
* Sets the current SDMMC debugging loglevel.
*
* @param loglevel Current log level. A higher value prints more logs.
*/
void sdmmc_set_loglevel(int loglevel);
/** /**
* Initiailzes an SDMMC controller for use with an eMMC or SD card device. * Initiailzes an SDMMC controller for use with an eMMC or SD card device.
* *