Some housekeeping fixes and fix a bug with "FR" that prevented it's functioning.
This commit is contained in:
parent
c6d1e93f5d
commit
aad48e3799
4 changed files with 20 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue