summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/common/up_releasestack.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/hc/src/common/up_releasestack.c')
-rw-r--r--nuttx/arch/hc/src/common/up_releasestack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/hc/src/common/up_releasestack.c b/nuttx/arch/hc/src/common/up_releasestack.c
index d3d917fc3..3d8b61176 100644
--- a/nuttx/arch/hc/src/common/up_releasestack.c
+++ b/nuttx/arch/hc/src/common/up_releasestack.c
@@ -68,7 +68,7 @@
*
****************************************************************************/
-void up_release_stack(_TCB *dtcb)
+void up_release_stack(struct tcb_s *dtcb)
{
if (dtcb->stack_alloc_ptr)
{