Skip to content

Commit

Permalink
Update to fix for AAZM-576
Browse files Browse the repository at this point in the history
  • Loading branch information
langstonb committed Mar 16, 2023
1 parent 6a951f9 commit 06c5508
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ PROGRAM _CYCLIC

// Assign MpLinks & address references
MpRecipe_0.MpLink := ADR(gMpLinkRecipeXml);
MpRecipe_0.Category := ADR(HmiRecipe.Parameters.Category);
MpRecipe_0.DeviceName := ADR(HmiRecipe.Parameters.DeviceName);
MpRecipe_0.FileName := ADR(HmiRecipe.Parameters.FileName);
MpRecipe_0.Header := ADR(Header);
MpRecipeUI_0.MpLink := ADR(gMpLinkRecipeXml);
MpRecipeUI_0.UIConnect := ADR(MpRecipeUIConnect);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ PROGRAM _CYCLIC
MpReportCore_0.Name := ADR(HmiReport.Parameters.Name);

// Assign address references
MpReportCore_0.Language := ADR('en');
MpReportCore_0.DeviceName := ADR('mappReportFiles');
MpReportCore_0.Name := ADR(HmiReport.Parameters.Name);
MpFileManagerUI_0.UIConnect := ADR(MpFileManagerUIConnect);
MpFileManagerUI_0.MpLink := ADR(gMpLinkFileManagerUIReport);
MpFileManagerUI_0.UIConnect := ADR(MpFileManagerUIConnect);
Expand Down

0 comments on commit 06c5508

Please sign in to comment.