Skip to content

Commit

Permalink
[nasa#88] Added TO back to startup and resolved simulator configurati…
Browse files Browse the repository at this point in the history
…on for IMU;
  • Loading branch information
jlucas9 committed Jul 18, 2023
1 parent 1c78f5c commit c6fa0c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fsw/nos3_defs/cpu1_cfe_es_startup.scr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CFE_LIB, io_lib, IO_LibInit, IO_LIB,

CFE_APP, sch, SCH_AppMain, SCH, 40, 16384, 0x0, 0;
CFE_APP, ci, CI_AppMain, CI, 41, 16384, 0x0, 0;
CFE_APP, to, TO_AppMain, TO, 42, 16384, 0x0, 0;

CFE_APP, ci_lab, CI_Lab_AppMain, CI_LAB_APP, 80, 16384, 0x0, 0;
CFE_APP, to_lab, TO_LAB_AppMain, TO_LAB_APP, 81, 16384, 0x0, 0;
Expand All @@ -28,7 +29,6 @@ CFE_APP, sample, SAMPLE_AppMain, SAMPLE,

!
CFE_LIB, crypto, Crypto_TC_Init, CRYPTO, 0, 0, 0x0, 0;
CFE_APP, to, TO_AppMain, TO, 42, 16384, 0x0, 0;

!
! ** The software will not try to parse anything after the first '!' character it sees. **
Expand Down
4 changes: 2 additions & 2 deletions sims/cfg/nos3-simulator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@
<node-name>imu-command</node-name>
</connection>
<connection><type>can</type>
<bus-name>can_1</bus-name>
<node-port>0</node-port>
<bus-name>can_0</bus-name>
<node-port>15</node-port>
</connection>
</connections>
<data-provider>
Expand Down

0 comments on commit c6fa0c4

Please sign in to comment.