# HG changeset patch # User paul # Date 2016-02-24 08:31:29 # Node ID 3d5023115e815610453cbea35eab0fa94ef892d8 # Parent 42c0a3b87048c8a9cbd84ef6ae5b0187ca288f0d reset cause set to POWER_ON, no other value diff --git a/src/fsw_misc.c b/src/fsw_misc.c --- a/src/fsw_misc.c +++ b/src/fsw_misc.c @@ -275,7 +275,7 @@ rtems_task hous_task(rtems_task_argument status = rtems_rate_monotonic_cancel(HK_id); DEBUG_PRINTF1("startup HK, HK_id status = %d\n", period_status.state) - set_hk_lfr_reset_cause( UNKNOWN_CAUSE ); + set_hk_lfr_reset_cause( POWER_ON ); while(1){ // launch the rate monotonic task status = rtems_rate_monotonic_period( HK_id, HK_PERIOD );