summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src/up_lowputc.S
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-19 20:41:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-19 20:41:40 +0000
commit71989f8323da84187bb4b06ef9d4435d037d7a27 (patch)
tree01227ace93e2d30ac0c4ec5959aa8aaaed769539 /nuttx/arch/c5471/src/up_lowputc.S
parent9de7429aec0c1f6bafcd03824f8b70cff7ee6461 (diff)
downloadpx4-nuttx-71989f8323da84187bb4b06ef9d4435d037d7a27.tar.gz
px4-nuttx-71989f8323da84187bb4b06ef9d4435d037d7a27.tar.bz2
px4-nuttx-71989f8323da84187bb4b06ef9d4435d037d7a27.zip
Progress with C5471 boot
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@8 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471/src/up_lowputc.S')
-rw-r--r--nuttx/arch/c5471/src/up_lowputc.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/src/up_lowputc.S b/nuttx/arch/c5471/src/up_lowputc.S
index 24bf551fe..050870c4c 100644
--- a/nuttx/arch/c5471/src/up_lowputc.S
+++ b/nuttx/arch/c5471/src/up_lowputc.S
@@ -79,7 +79,7 @@
*/
.text
- .global up_putc
+ .global up_lowputc
.type up_lowputc, function
up_lowputc:
/* On entry, r0 holds the character to be printed */