Mercurial > flash_v2
diff packages/hal/common/current/include/hal_if.h @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 6bd9d475ed4b |
| children | 289bf90c6a9b |
line wrap: on
line diff
--- a/packages/hal/common/current/include/hal_if.h +++ b/packages/hal/common/current/include/hal_if.h @@ -396,7 +396,7 @@ externC void hal_if_init(void); // Configuration control for the interface services. // When this is set, code should initialize the vector table wherever // appropriate. -#if defined(CYG_HAL_STARTUP_ROM) || \ +#if !defined(CYG_HAL_STARTUP_RAM) || \ ( defined(CYG_HAL_STARTUP_RAM) && \ !defined(CYGSEM_HAL_USE_ROM_MONITOR)) # define CYGPRI_HAL_IMPLEMENTS_IF_SERVICES
