mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Fixes for configs/z80sim/pashello Windows native build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5420 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef nuttx.lnk__ARCH_Z80_SRC_COMMON_UP_MEM_H
|
||||
#define nuttx.lnk__ARCH_Z80_SRC_COMMON_UP_MEM_H
|
||||
#ifndef __ARCH_Z80_SRC_COMMON_UP_MEM_H
|
||||
#define __ARCH_Z80_SRC_COMMON_UP_MEM_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -72,4 +72,4 @@
|
||||
|
||||
extern const uint16_t g_heapbase;
|
||||
|
||||
#endif /* nuttx.lnk__ARCH_Z80_SRC_COMMON_UP_MEM_H */
|
||||
#endif /* __ARCH_Z80_SRC_COMMON_UP_MEM_H */
|
||||
|
||||
Reference in New Issue
Block a user