This commit is contained in:
Nav
2024-12-14 16:17:54 +00:00
parent 48a7ae5dd0
commit 9e5d69dee4
5 changed files with 20 additions and 15 deletions

View File

@@ -103,7 +103,7 @@ namespace Targets::Microchip::Avr8
&& this->targetConfig.physicalInterface != TargetPhysicalInterface::JTAG
) {
Logger::warning(
"The 'manageOcdenFuseBit' parameter only applies to JTAG targets. It will be ignored in this session."
"The 'manage_ocden_fuse_bit' parameter only applies to JTAG targets. It will be ignored in this session."
);
}
}