mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
+4
-4
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user