Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…/4021

Signed-off-by: Alexis Jeandet <[email protected]>
  • Loading branch information
jeandet committed Jan 30, 2023
1 parent 0757fa6 commit 3094cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsw_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ LFR_NO_RETURN rtems_task hous_task(rtems_task_argument argument)
= parameter_dump_packet.sy_lfr_common_parameters;
encode_temperatures(&housekeeping_packet);
encode_f3_E_field(
hk_lfr_sc_v_f3, hk_lfr_sc_e2_f3, hk_lfr_sc_e2_f3, &housekeeping_packet);
hk_lfr_sc_v_f3, hk_lfr_sc_e1_f3, hk_lfr_sc_e2_f3, &housekeeping_packet);
encode_cpu_load(&housekeeping_packet);

hk_lfr_le_me_he_update();
Expand Down

0 comments on commit 3094cf7

Please sign in to comment.