mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Code style fix
This commit is contained in:
parent
10beb907c2
commit
c6dd834e35
@ -44,8 +44,7 @@ uint8_t * Stm32Platform::getEepromBuffer(uint16_t size)
|
||||
_eepromPtr = new uint8_t[size];
|
||||
eeprom_buffer_fill();
|
||||
for (uint16_t i = 0; i < size; ++i)
|
||||
_eepromPtr[i] = eeprom_buffered_read_byte(i);
|
||||
|
||||
_eepromPtr[i] = eeprom_buffered_read_byte(i);
|
||||
}
|
||||
|
||||
return _eepromPtr;
|
||||
|
Loading…
Reference in New Issue
Block a user