From cc958320f2519f504249c2439e7c4fcc67008d62 Mon Sep 17 00:00:00 2001 From: justinbeech Date: Thu, 9 Feb 2012 05:35:53 +0000 Subject: [PATCH] format fix to readme --- Tools/APM2_2560_bootloader/README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Tools/APM2_2560_bootloader/README.txt b/Tools/APM2_2560_bootloader/README.txt index 7ffdb7610e..f7fc9a3783 100644 --- a/Tools/APM2_2560_bootloader/README.txt +++ b/Tools/APM2_2560_bootloader/README.txt @@ -31,4 +31,8 @@ The sketch will have its own LED flashing pattern. BUGS -If a USB cable is connected to power up the board, the boot loader starts the sketch instantly. This is because the USB cable detection takes a short time to stabilize, by then, the bootloader has moved on. This is not much of an issue as USB connection for the purposes of flashing the firmware causes another reset when the USB port is opened, thus the bootloader starts again anyway. +If a USB cable is connected to power up the board, the boot loader starts the sketch instantly. +This is because the USB cable detection takes a short time to stabilize, by then, the bootloader +has moved on. This is not much of an issue as USB connection for the purposes of flashing the +firmware causes another reset when the USB port is opened, thus, the bootloader starts again +anyway. \ No newline at end of file