mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-21 23:35:12 +03:00
Don't always rewrite the same block...
This commit is contained in:
parent
ff2eb36887
commit
bef65d304b
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ void writeFlashBlock()
|
||||||
void writeEepromBlock()
|
void writeEepromBlock()
|
||||||
{
|
{
|
||||||
eeWriteBlockCmp((uint8_t *)Block_buffer, eepromAddress, BlockCount);
|
eeWriteBlockCmp((uint8_t *)Block_buffer, eepromAddress, BlockCount);
|
||||||
|
eepromAddress += BlockCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue