aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-09 17:58:21 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-09 17:58:21 +0000
commit088bfb10b293828e4fd85bb388e6f9d842d90f4f (patch)
tree93f5e2a7d50fa3b24eec80c9245ea06517be463e /LUFA/ManPages/MigrationInformation.txt
parent5995c3f880899b2573f1026ed6dc1c3c3a8e93d2 (diff)
downloadlufa-088bfb10b293828e4fd85bb388e6f9d842d90f4f.tar.gz
lufa-088bfb10b293828e4fd85bb388e6f9d842d90f4f.tar.bz2
lufa-088bfb10b293828e4fd85bb388e6f9d842d90f4f.zip
Change bootloader makefiles to automatically compute the bootloader starting address from a flash size and bootloader section size, expressed in KB.
Diffstat (limited to 'LUFA/ManPages/MigrationInformation.txt')
-rw-r--r--LUFA/ManPages/MigrationInformation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index 25669400f..a85d63f17 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -199,7 +199,7 @@
* \section Sec_Migration090924 Migrating from 090810 to 090924
*
* <b>Non-USB Library Components</b>
- * - The \c ADC_Off() function has been renamed to \ref ADC_ShutDown() to be consistent with the rest of the library.
+ * - The \c ADC_Off() function has been renamed to \c ADC_ShutDown() to be consistent with the rest of the library.
* - The \ref SPI_Init() routine's parameters have changed, so that the clock polarity and data sampling modes can be set. See
* the \ref SPI_Init() function documentation for more details
* - The \ref Dataflash_Init() routine no longer initializes the SPI bus - the SPI bus should be initialized manually via a