cc3200: Fix bug in ffconf regarding '/flash' string length.

This bug was introduced when renaming '/sflash' to '/flash'.
modjni
Daniel Campora 2015-08-06 19:20:50 +02:00
parent 31f6a6fa70
commit e23ae63970
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void ff_get_volname(BYTE vol, TCHAR **dest) {
#endif
{
memcpy(*dest, "/flash", 6);
*dest += 7;
*dest += 6;
}
#if MICROPY_HW_HAS_SDCARD
else