summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s/lm3s_lowputc.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-16 20:05:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-16 20:05:51 +0000
commit891f61e86fcc0a4c42f25432016762b6aafb287e (patch)
treef0447a687a6bc51494a5c24c81170ca3811b0c7f /nuttx/arch/arm/src/lm3s/lm3s_lowputc.c
parentc33cfd52449fc6c1b9211cb45618a77b544876e6 (diff)
downloadnuttx-891f61e86fcc0a4c42f25432016762b6aafb287e.tar.gz
nuttx-891f61e86fcc0a4c42f25432016762b6aafb287e.tar.bz2
nuttx-891f61e86fcc0a4c42f25432016762b6aafb287e.zip
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@2359 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lm3s/lm3s_lowputc.c')
-rw-r--r--nuttx/arch/arm/src/lm3s/lm3s_lowputc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/arm/src/lm3s/lm3s_lowputc.c b/nuttx/arch/arm/src/lm3s/lm3s_lowputc.c
index 8ab1d1a47..aa7f5466a 100644
--- a/nuttx/arch/arm/src/lm3s/lm3s_lowputc.c
+++ b/nuttx/arch/arm/src/lm3s/lm3s_lowputc.c
@@ -38,7 +38,7 @@
**************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
+#include <stdint.h>
#include "up_internal.h"
#include "up_arch.h"
@@ -47,7 +47,7 @@
#include "lm3s_internal.h"
/**************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
**************************************************************************/
/* Configuration **********************************************************/
@@ -204,7 +204,7 @@ void up_lowputc(char ch)
/* Then send the character */
- putreg32((uint32)ch, LM3S_CONSOLE_BASE+LM3S_UART_DR_OFFSET);
+ putreg32((uint32_t)ch, LM3S_CONSOLE_BASE+LM3S_UART_DR_OFFSET);
#endif
}
@@ -220,9 +220,9 @@ void up_lowputc(char ch)
void up_lowsetup(void)
{
- uint32 regval;
+ uint32_t regval;
#if defined(HAVE_CONSOLE) && !defined(CONFIG_SUPPRESS_UART_CONFIG)
- uint32 ctl;
+ uint32_t ctl;
#endif
/* Enable the selected UARTs and configure GPIO pins to need by the