From 5e50f40f37be6fd057b050e75aa2f4dcc9529b3c Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 16 Dec 2009 14:38:33 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2355 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/z16/src/common/up_releasestack.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/z16/src/common/up_releasestack.c') diff --git a/nuttx/arch/z16/src/common/up_releasestack.c b/nuttx/arch/z16/src/common/up_releasestack.c index e6fcfb731..6f96c0c30 100644 --- a/nuttx/arch/z16/src/common/up_releasestack.c +++ b/nuttx/arch/z16/src/common/up_releasestack.c @@ -1,7 +1,7 @@ /************************************************************ * common/up_releasestack.c * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -38,10 +38,11 @@ ************************************************************/ #include -#include + #include #include #include + #include "os_internal.h" #include "up_internal.h" -- cgit v1.2.3