change tabs to spaces

This commit is contained in:
Olaf Rempel 2012-11-18 13:12:27 +01:00
parent a6a64dbf33
commit dd9a4f169e
1 changed files with 743 additions and 742 deletions

View File

@ -201,7 +201,8 @@ static void nvram_start_write(void)
}
/* store nvram data to eeprom */
ISR(EE_RDY_vect) {
ISR(EE_RDY_vect)
{
if (nvram_write_pos < sizeof(struct _nvdata)) {
EEARL = nvram_write_pos;
EEARH = 0x00;