Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities.

Fix typo in the HID class bootloader CLI programmer application usage instructions.
This commit is contained in:
Dean Camera 2011-06-02 13:40:53 +00:00
parent f01a05415c
commit c2135f2776
4 changed files with 87 additions and 21 deletions

View file

@ -49,7 +49,7 @@ void usage(void)
fprintf(stderr, "\n<MCU> = atmegaXXuY or at90usbXXXY");
fprintf(stderr, "\nFor support and more information, please visit:\n");
fprintf(stderr, "http://www.lufa-lub.org\n");
fprintf(stderr, "http://www.lufa-lib.org\n");
fprintf(stderr, "\nBased on the TeensyHID command line programmer software:\n");
fprintf(stderr, "http://www.pjrc.com/teensy/loader_cli.html\n");