renamed functions to spi_...() and sd_card...() according to target
This commit is contained in:
@@ -138,7 +138,7 @@ void BaS(void)
|
||||
uint32_t *adr;
|
||||
|
||||
|
||||
az_sectors = sd_card_init();
|
||||
az_sectors = spi_init();
|
||||
|
||||
if (az_sectors > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user