From 1ac9219148610878491a20d15c87476451941eee Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 May 2012 00:45:14 +0000 Subject: Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4738 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/sched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/include/sched.h') diff --git a/nuttx/include/sched.h b/nuttx/include/sched.h index aa1103bde..94f6a1216 100644 --- a/nuttx/include/sched.h +++ b/nuttx/include/sched.h @@ -147,8 +147,8 @@ EXTERN int sched_lockcount(void); #ifdef CONFIG_SCHED_INSTRUMENTATION -EXTERN void sched_note_start(FAR _TCB *tcb ); -EXTERN void sched_note_stop(FAR _TCB *tcb ); +EXTERN void sched_note_start(FAR _TCB *tcb); +EXTERN void sched_note_stop(FAR _TCB *tcb); EXTERN void sched_note_switch(FAR _TCB *pFromTcb, FAR _TCB *pToTcb); #else -- cgit v1.2.3