summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-19 10:01:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-19 10:01:52 -0600
commita22336726cb8351c2cbdeeb2391f6f39dd98af33 (patch)
tree5fd70afdc5ec216741ff8c48deed6bc4b7f2b9c8 /nuttx/arch/z80
parentfac07055b509e56427c9b1b828b848d2bbde8bbe (diff)
downloadnuttx-a22336726cb8351c2cbdeeb2391f6f39dd98af33.tar.gz
nuttx-a22336726cb8351c2cbdeeb2391f6f39dd98af33.tar.bz2
nuttx-a22336726cb8351c2cbdeeb2391f6f39dd98af33.zip
Various changes for a clean ZNEO ZDS-II build
Diffstat (limited to 'nuttx/arch/z80')
-rw-r--r--nuttx/arch/z80/src/common/up_arch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/z80/src/common/up_arch.h b/nuttx/arch/z80/src/common/up_arch.h
index 43c750e4e..dc7206da7 100644
--- a/nuttx/arch/z80/src/common/up_arch.h
+++ b/nuttx/arch/z80/src/common/up_arch.h
@@ -1,7 +1,7 @@
/************************************************************************************
- * common/up_arch.h
+ * arch/z80/src/common/up_arch.h
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -46,7 +46,7 @@
#include "chip/chip.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
#endif /* __ARCH_Z80_SRC_COMMON_UP_ARCH_H */