change tabs to spaces
This commit is contained in:
parent
a6a64dbf33
commit
dd9a4f169e
@ -201,7 +201,8 @@ static void nvram_start_write(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* store nvram data to eeprom */
|
/* store nvram data to eeprom */
|
||||||
ISR(EE_RDY_vect) {
|
ISR(EE_RDY_vect)
|
||||||
|
{
|
||||||
if (nvram_write_pos < sizeof(struct _nvdata)) {
|
if (nvram_write_pos < sizeof(struct _nvdata)) {
|
||||||
EEARL = nvram_write_pos;
|
EEARL = nvram_write_pos;
|
||||||
EEARH = 0x00;
|
EEARH = 0x00;
|
||||||
|
Loading…
Reference in New Issue
Block a user