summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 14:22:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 14:22:57 +0000
commit1e65cbebb8074b4213a3b707b76649493770948b (patch)
tree32a0eb352f657c52a5715a7527a55f0572011aaf /nuttx/arch/z80/src/ez80
parent3fc90051f2a1ff60541bfd911ef61e68d835bf73 (diff)
downloadpx4-nuttx-1e65cbebb8074b4213a3b707b76649493770948b.tar.gz
px4-nuttx-1e65cbebb8074b4213a3b707b76649493770948b.tar.bz2
px4-nuttx-1e65cbebb8074b4213a3b707b76649493770948b.zip
Add up_puts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1532 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/ez80')
-rw-r--r--nuttx/arch/z80/src/ez80/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/ez80/Make.defs b/nuttx/arch/z80/src/ez80/Make.defs
index d729a84df..3f94825aa 100644
--- a/nuttx/arch/z80/src/ez80/Make.defs
+++ b/nuttx/arch/z80/src/ez80/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# arch/z80/src/ez80/Make.defs
#
-# Copyright (C) 2008 Gregory Nutt. All rights reserved.
+# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@ CMN_CSRCS = up_initialize.c up_allocateheap.c up_createstack.c \
up_releasestack.c up_interruptcontext.c up_blocktask.c \
up_unblocktask.c up_exit.c up_releasepending.c \
up_reprioritizertr.c up_idle.c up_assert.c up_doirq.c \
- up_mdelay.c up_udelay.c up_usestack.c
+ up_mdelay.c up_udelay.c up_usestack.c up_puts.c
CHIP_ASRCS = ez80_startup.asm ez80_io.asm ez80_irqsave.asm \
ez80_saveusercontext.asm ez80_restorecontext.asm