Some housekeeping fixes and fix a bug with "FR" that prevented it's functioning.

This commit is contained in:
Charles Lohr 2016-08-13 14:09:16 -04:00
parent c6d1e93f5d
commit aad48e3799
4 changed files with 20 additions and 4 deletions

View file

@ -201,6 +201,7 @@ failfx:
{
buffend += ets_sprintf(buffend, "FR%08d\t%04d\t", nr, datlen ); //Caution: This string must be a multiple of 4 bytes.
spi_flash_read( nr, (uint32*)buffend, datlen );
buffend += datlen;
break;
}
}