1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

[sky9x / gruvin9x] Popup during format

This commit is contained in:
bsongis 2012-09-28 17:22:49 +00:00
parent 121c41719d
commit c40191d3bc

View file

@ -765,6 +765,7 @@ void menuProcSd(uint8_t event)
pushMenu(menuProcSdInfo);
}
else if (result == STR_SD_FORMAT) {
displayPopup(PSTR("Formatting...")); // TODO translations
if (f_mkfs(0, 1, 0) == FR_OK) {
#if defined(PCBARM)
sdAvailableAudioFiles = 0;