Skip to content

Commit 6a09ffe

Browse files
Update PackChk_Msgs.cpp
1 parent d13dd88 commit 6a09ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/packchk/src/PackChk_Msgs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const MsgTable PackChk::msgTable = {
172172
{ "M354", { MsgLevel::LEVEL_WARNING3, CRLF_B, "Multiple '%FILECAT%' Files found for Component '%COMP%' for '[%VENDOR%] %MCU%' (Compiler: %COMPILER% [%OPTION%])" } },
173173
{ "M355", { MsgLevel::LEVEL_WARNING3, CRLF_B, "No '%FILECAT%' Directory found for Component '%COMP%' (%COMPID%) for '[%VENDOR%] %MCU%' (Compiler: %COMPILER% [%OPTION%])" } },
174174
{ "M356", { MsgLevel::LEVEL_ERROR, CRLF_B, "Path '%PATH%' does not specify a file!" } },
175-
{ "M357", { MsgLevel::LEVEL_WARNING, CRLF_B, "Config File '%NAME%' is found in the include path to the original pack folder" } },
175+
{ "M357", { MsgLevel::LEVEL_WARNING, CRLF_B, "Config File '%NAME%', which gets copied to project, is also found in the include path to the original pack folder. Do not place config header files in the same directory as regular header files." } },
176176
{ "M358", { MsgLevel::LEVEL_WARNING3, CRLF_B, "Header File '%HFILE%' for '%CFILE%', used by Component '%COMP%' (%COMPID%)\n"\
177177
" for Device '[%VENDOR%] %MCU%' (Compiler: %COMPILER% [%OPTION%]) not found on file system in any include paths: %PATH%" } },
178178
{ "M359", { MsgLevel::LEVEL_WARNING, CRLF_B, "Family has no Device(s) or Subfamilies: '%FAMILY%" } },

0 commit comments

Comments
 (0)