Fix whitespace
Use a consistent standard - Tabs in front for indenting, spaces after for anything else. This way everything stays nice and lined up while also letting users change there prefered indent level. Most of the new files from Haata where already in this format.
This commit is contained in:
parent
a6fdeb47ea
commit
1392571bd7
45 changed files with 3258 additions and 3258 deletions
|
@ -609,7 +609,7 @@ void recovery( uint8_t on )
|
|||
PORTD &= ~D_MASK;
|
||||
PORTE &= ~E_MASK;
|
||||
|
||||
DDRB |= (1 << RECOVERY_SINK); // SINK pull
|
||||
DDRB |= (1 << RECOVERY_SINK); // SINK pull
|
||||
PORTB |= (1 << RECOVERY_CONTROL);
|
||||
PORTB |= (1 << RECOVERY_SOURCE); // SOURCE high
|
||||
DDRB |= (1 << RECOVERY_SOURCE);
|
||||
|
@ -619,7 +619,7 @@ void recovery( uint8_t on )
|
|||
PORTB &= ~(1 << RECOVERY_CONTROL);
|
||||
DDRB &= ~(1 << RECOVERY_SOURCE);
|
||||
PORTB &= ~(1 << RECOVERY_SOURCE); // SOURCE low
|
||||
DDRB &= ~(1 << RECOVERY_SINK); // SINK high-imp
|
||||
DDRB &= ~(1 << RECOVERY_SINK); // SINK high-imp
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue