From bbc1c97c05cdd54fe9af64f2b870229736e21a65 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 9 Mar 2008 19:59:46 +0000 Subject: [PATCH] Adding ez80 support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@730 42af7a65-404d-4744-a932-0658087f49c3 --- arch/z80/src/z80/chip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/z80/src/z80/chip.h b/arch/z80/src/z80/chip.h index b960e481fb..aa3b6c0e2a 100644 --- a/arch/z80/src/z80/chip.h +++ b/arch/z80/src/z80/chip.h @@ -66,6 +66,7 @@ # define putreg(v,a) putreg16(v,a) #endif + /************************************************************************************ * Public Function Prototypes ************************************************************************************/