Skip to content

Commit

Permalink
project specific cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk committed Nov 13, 2023
1 parent 8a3c7d7 commit 6e0c916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assembly/linux/main/hydra/Scripts/setup.prc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

echo "Setting up Hydra for the Example Assembly."

; Set the CPRS CCSDS Header:
; Set the CCSDS Header:
set Ccsds_Ground_Command_Header-Ccsds_Primary_Header-Apid = 7
set Ccsds_Ground_Command_Header-Ccsds_Primary_Header-Packet_Type = 1
set Ccsds_Ground_Command_Header-Ccsds_Primary_Header-Secondary_Header = 1
Expand Down
2 changes: 1 addition & 1 deletion src/assembly/pico/main/hydra/Scripts/setup.prc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

echo "Setting up Hydra for the Example Assembly."

; Set the CPRS CCSDS Header:
; Set the CCSDS Header:
set Ccsds_Ground_Command_Header-Ccsds_Primary_Header-Apid = 7
set Ccsds_Ground_Command_Header-Ccsds_Primary_Header-Packet_Type = 1
set Ccsds_Ground_Command_Header-Ccsds_Primary_Header-Secondary_Header = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with Protected_Variables;
with Task_Synchronization;
with Memory_Region;

-- This component is responsible for managing the working, scratch, and default parameter tables for HISIE. Its sole responsibility is to respond to commands to copy parameter tables from one region to another or to dump the scratch region.
-- This component is responsible for managing the working, scratch, and default parameter tables. Its sole responsibility is to respond to commands to copy parameter tables from one region to another or to dump the scratch region.
package Component.Parameter_Manager.Implementation is

-- The component class instance record:
Expand Down

0 comments on commit 6e0c916

Please sign in to comment.