From a148d63e8b0f9de5f2f49157c437889d5486c12e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 8 Aug 2012 18:35:05 +0000 Subject: [PATCH] Minor documentation fixes. --- LUFA/DoxygenPages/BuildSystem.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt index c30a88bb4d..9906fc6781 100644 --- a/LUFA/DoxygenPages/BuildSystem.txt +++ b/LUFA/DoxygenPages/BuildSystem.txt @@ -392,7 +392,7 @@ * Program the device FLASH memory with the application's executable data. * * - * avrdude + * avrdude-ee * Program the device EEPROM memory with the application's EEPROM data. * * @@ -418,11 +418,11 @@ * Name of the programmer or debugger tool to communicate with (e.g. jtagicemkii). * * - * ATPROGRAM_PORT + * AVRDUDE_PORT * Name of the communication port to use when when programming with the connected tool (e.g. COM2, /dev/ttyUSB0 or usb). * * - * ATPROGRAM_FLAGS + * AVRDUDE_FLAGS * Additional flags to pass to avrdude when programming, applied after the automatically generated flags. * *