From aaafaf33b4b912e85f4e705efcd2a2eae8fb9624 Mon Sep 17 00:00:00 2001 From: Jacques Supcik Date: Sun, 6 Oct 2013 10:59:53 +0200 Subject: [PATCH] Fix indentation (cosmetic) --- hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c b/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c index 2b9fefa26..880cf9b41 100755 --- a/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c +++ b/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c @@ -950,10 +950,10 @@ char getch(void) count++; if (count > MAX_TIME_COUNT) app_start(); - } - - return UDR0; } + + return UDR0; + } else if(bootuart == 2) { while(!(UCSR1A & _BV(RXC1))) { /* 20060803 DojoCorp:: Addon coming from the previous Bootloader*/