Skip to content

Commit

Permalink
Linker script directory consistent with other files (#1479)
Browse files Browse the repository at this point in the history
Co-authored-by: Evgueni Driouk <[email protected]>
  • Loading branch information
grasci-arm and edriouk authored Apr 29, 2024
1 parent d42179e commit 11ceb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/rtemodel/src/RteTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ bool RteTarget::IsPackMissing(const string& pack)

std::string RteTarget::GetDeviceFolder() const
{
string deviceName = WildCards::ToX(GetFullDeviceName(), false);
string deviceName = WildCards::ToX(GetFullDeviceName());
return string("Device/") + deviceName;
}

Expand Down

0 comments on commit 11ceb58

Please sign in to comment.