Progress toward clean SDCC compilation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@18 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-02-21 21:55:16 +00:00
parent 7207076a5d
commit b8f3bd857b
90 changed files with 789 additions and 348 deletions
+4 -4
View File
@@ -95,10 +95,10 @@
STATUS task_delete(pid_t pid)
{
_TCB *rtcb;
_TCB *dtcb;
uint32 saved_state;
STATUS ret = ERROR;
_TCB *rtcb;
_TCB *dtcb;
irqstate_t saved_state;
STATUS ret = ERROR;
/* Check if the task to delete is the calling task */