-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hss-payload-generator): Order of YAML issue
The following chunk of HSS payload generator YAML was causing the hss-payload-generator tool to seg fault: priv-mode : prv_s owner-hart : u54_1 ... whereas having owner-hart appear first worked fine. Fixing this to ensure that the order does not matter. Signed-off-by: Ivan Griffin <ivan.griffin@microchip.com>
- Loading branch information
Ivan Griffin
authored and
Ivan Griffin - X61451
committed
Nov 13, 2024
1 parent
00e919e
commit 28272b5
Showing
2 changed files
with
28 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters