From dc0299c4649815ba8b5740fc8b211dad1d7bc3bd Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 5 Aug 2011 21:57:49 +0000 Subject: Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3846 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/z80/include/syscall.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nuttx/arch/z80') diff --git a/nuttx/arch/z80/include/syscall.h b/nuttx/arch/z80/include/syscall.h index 7c7ec59f5..a20711c13 100644 --- a/nuttx/arch/z80/include/syscall.h +++ b/nuttx/arch/z80/include/syscall.h @@ -44,14 +44,6 @@ * Included Files ****************************************************************************/ -/* Include ARM architecture-specific syscall macros */ - -#ifdef CONFIG_ARCH_CORTEXM3 -# include -#else -# include -#endif - /**************************************************************************** * Definitions ****************************************************************************/ -- cgit v1.2.3