From 15f7aca952ca7de6b19b099c5cc2929007206254 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 1 May 2022 21:18:20 +0100 Subject: [PATCH] Mentioned OCDEN fuse bit in AVR8 failure error message --- .../VendorSpecific/EDBG/AVR/Exceptions/Avr8CommandFailure.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Exceptions/Avr8CommandFailure.hpp b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Exceptions/Avr8CommandFailure.hpp index a00d502d..cec8782f 100644 --- a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Exceptions/Avr8CommandFailure.hpp +++ b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/Exceptions/Avr8CommandFailure.hpp @@ -115,7 +115,7 @@ namespace Bloom::Exceptions {Avr8CommandFailureCode::ILLEGAL_TARGET_ID, "Illegal target ID"}, {Avr8CommandFailureCode::CLOCK_VALUE_OUT_OF_RANGE, "Clock value out of range"}, {Avr8CommandFailureCode::TIMEOUT_OCCURRED, "A timeout occurred"}, - {Avr8CommandFailureCode::READ_AN_ILLEGAL_OCD_STATUS, "Read an illegal OCD status"}, + {Avr8CommandFailureCode::READ_AN_ILLEGAL_OCD_STATUS, "Read an illegal OCD status - check OCDEN fuse bit (if applicable)"}, {Avr8CommandFailureCode::NVM_FAILED_TO_BE_ENABLED, "NVM failed to be enabled"}, {Avr8CommandFailureCode::NVM_FAILED_TO_BE_DISABLED, "NVM failed to be disabled"}, {Avr8CommandFailureCode::ILLEGAL_CONTROL_OR_STATUS_BITS, "Illegal control/status bits"},