Joel Sherrill wrote:
You didn't remove both task mode calls as best I can tell on my phone.- if ( !once_control->init_executed ) { - rtems_mode saveMode; - rtems_task_mode(RTEMS_NO_PREEMPT, RTEMS_PREEMPT_MASK,&saveMode);
and
- rtems_task_mode(saveMode, RTEMS_PREEMPT_MASK,&saveMode);
Looks ok to me on my desktop. :) Chris _______________________________________________ rtems-devel mailing list [email protected] http://www.rtems.org/mailman/listinfo/rtems-devel
