From 644724a5295e6caa7a6803616968eb38809cf6fd Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 17 May 2022 19:51:13 +0100 Subject: [PATCH] Tidying --- .../Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Avr8Generic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Avr8Generic.hpp b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Avr8Generic.hpp index a67155b3..f3b110b8 100644 --- a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Avr8Generic.hpp +++ b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Avr8Generic.hpp @@ -122,7 +122,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr SRAM = 0x20, /** - * The EEPROM memory type can be used to read &write to EEPROM memory on the target. + * The EEPROM memory type can be used to read & write to EEPROM memory on the target. * * It's available with all of the config variants, in debugging mode. */