From e65acaac9924919d63b06a0f9782fbd2386666b8 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 7 May 2023 17:10:29 +0100 Subject: [PATCH] Tidying --- src/Targets/Microchip/AVR/AVR8/Avr8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Targets/Microchip/AVR/AVR8/Avr8.cpp b/src/Targets/Microchip/AVR/AVR8/Avr8.cpp index 3ce77f20..bb7f732e 100644 --- a/src/Targets/Microchip/AVR/AVR8/Avr8.cpp +++ b/src/Targets/Microchip/AVR/AVR8/Avr8.cpp @@ -32,7 +32,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit this->targetConfig = Avr8TargetConfig(targetConfig); if (this->targetConfig->name == "avr8") { - Logger::warning("The \"avr8\" target name will be deprecated in a later version."); + Logger::warning("The \"avr8\" target name is deprecated and will be removed in a later version."); } if (this->family.has_value()) {