Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
This commit is contained in:
parent
77f354609f
commit
f201f6697b
278 changed files with 1000 additions and 910 deletions
|
@ -104,10 +104,10 @@ void SetupHardware(void)
|
|||
/* Initialize USB Subsystem */
|
||||
USB_Init();
|
||||
LEDs_Init();
|
||||
|
||||
|
||||
/* Bootloader active LED toggle timer initialization */
|
||||
TIMSK1 = (1 << TOIE1);
|
||||
TCCR1B = ((1 << CS11) | (1 << CS10));
|
||||
TCCR1B = ((1 << CS11) | (1 << CS10));
|
||||
}
|
||||
|
||||
/** ISR to periodically toggle the LEDs on the board to indicate that the bootloader is active. */
|
||||
|
@ -266,7 +266,7 @@ static void ReadWriteMemoryBlock(const uint8_t Command)
|
|||
{
|
||||
LowByte = FetchNextCommandByte();
|
||||
}
|
||||
|
||||
|
||||
HighByte = !HighByte;
|
||||
}
|
||||
else
|
||||
|
@ -365,7 +365,7 @@ void CDC_Task(void)
|
|||
if (Command == 'E')
|
||||
{
|
||||
RunBootloader = false;
|
||||
|
||||
|
||||
/* Send confirmation byte back to the host */
|
||||
WriteNextResponseByte('\r');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue