From 8519cad9b7e4d81618d367bea59fb82ded5a07dc Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Mar 2013 13:20:26 +0000 Subject: Updated Open1788 calibration; More compilation fixes from Mike Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5707 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/task_restart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched') diff --git a/nuttx/sched/task_restart.c b/nuttx/sched/task_restart.c index 5f3d80156..27bc4fc47 100644 --- a/nuttx/sched/task_restart.c +++ b/nuttx/sched/task_restart.c @@ -177,7 +177,7 @@ int task_restart(pid_t pid) #ifdef CONFIG_PRIORITY_INHERITANCE tcb->cmn.base_priority = tcb->init_priority; # if CONFIG_SEM_NNESTPRIO > 0 - tcb->npend_reprio = 0; + tcb->cmn.npend_reprio = 0; # endif #endif -- cgit v1.2.3