1
0
Fork 0
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:
Andre Bernet 2014-04-09 13:54:20 +02:00
parent ff2eb36887
commit bef65d304b

View file

@ -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()