From 2f379978552c7d897d336218781ad4889a103d2d Mon Sep 17 00:00:00 2001 From: Joachim Krech <8290187+jkrech@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:16:46 +0200 Subject: [PATCH] mixed n and i --- libs/rtemodel/src/RteTarget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/rtemodel/src/RteTarget.cpp b/libs/rtemodel/src/RteTarget.cpp index 3893cdaf2..d3db4f9a4 100644 --- a/libs/rtemodel/src/RteTarget.cpp +++ b/libs/rtemodel/src/RteTarget.cpp @@ -1806,10 +1806,10 @@ std::string RteTarget::GenerateRegionsHeaderContent() const oss << RteUtils::LF_STRING; oss << "// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES!" << RteUtils::LF_STRING; - oss << "// Generated using information from packs" << RteUtils::LF_STRING; - oss << "// Device Family Pack (DFP): " << device->GetPackageID(true) << RteUtils::LF_STRING; + oss << "// Generated using information from packs" << RteUtils::LF_STRING; + oss << "// Device Family Pack (DFP): " << device->GetPackageID(true) << RteUtils::LF_STRING; if (board) { - oss << "// Board Support Pack (BSP): " << board->GetPackageID(true) << RteUtils::LF_STRING; + oss << "// Board Support Pack (BSP): " << board->GetPackageID(true) << RteUtils::LF_STRING; } oss << RteUtils::LF_STRING;