##// END OF EJS Templates
reset cause set to POWER_ON, no other value
paul -
r280:3d5023115e81 R3a
parent child
Show More
@@ -275,7 +275,7 rtems_task hous_task(rtems_task_argument
275 status = rtems_rate_monotonic_cancel(HK_id);
275 status = rtems_rate_monotonic_cancel(HK_id);
276 DEBUG_PRINTF1("startup HK, HK_id status = %d\n", period_status.state)
276 DEBUG_PRINTF1("startup HK, HK_id status = %d\n", period_status.state)
277
277
278 set_hk_lfr_reset_cause( UNKNOWN_CAUSE );
278 set_hk_lfr_reset_cause( POWER_ON );
279
279
280 while(1){ // launch the rate monotonic task
280 while(1){ // launch the rate monotonic task
281 status = rtems_rate_monotonic_period( HK_id, HK_PERIOD );
281 status = rtems_rate_monotonic_period( HK_id, HK_PERIOD );
General Comments 0
You need to be logged in to leave comments. Login now