From: Dean Camera Date: Mon, 27 Sep 2021 09:57:21 +0000 (+1000) Subject: Documentation: Update changelog. X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/6da32f7dc0eea65f4ea5d0d1641b42436d1c61ed Documentation: Update changelog. --- diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index fedf2e824..78ca7a3de 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -14,6 +14,7 @@ * - Library Applications: * - The hand-rolled TCP/IP stack has been removed from the LowLevel and ClassDriver RNDIS examples, as it is incomplete and should be replaced * with a proper network stack anyway. + * - AVRISP MKII Clone now checks the device EEPROM for magic values to determine if the stored settings are valid (thanks to Sergey Vlasov) * * \section Sec_ChangeLog210130 Version 210130 * New: diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt index 740a56c74..23376909f 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.txt +++ b/Projects/AVRISP-MKII/AVRISP-MKII.txt @@ -331,7 +331,7 @@ * * FIRMWARE_VERSION_MINOR * AppConfig.h - * Define to set the minor firmware revision nunber reported to the host on request. By default this will use a firmware version compatible + * Define to set the minor firmware revision number reported to the host on request. By default this will use a firmware version compatible * with the latest Atmel IDE version, however if desired the reported minor value can be adjusted here. * *