Mercurial > flash_v2
diff packages/hal/powerpc/mbx/current/src/hal_diag.c @ 101:c37d3a9e1b28 ecos-sw-2000-06-16
Merge from eCos master repository on 2000-06-16-07:47:03-BST
| author | jlarmour |
|---|---|
| date | Fri, 16 Jun 2000 16:43:59 +0000 |
| parents | 435cced73e2f |
| children | 95f3e12a6327 |
line wrap: on
line diff
--- a/packages/hal/powerpc/mbx/current/src/hal_diag.c +++ b/packages/hal/powerpc/mbx/current/src/hal_diag.c @@ -58,6 +58,8 @@ #include <cyg/hal/ppc_regs.h> #include <cyg/hal/quicc/quicc_smc1.h> +#if !defined(CYGSEM_HAL_VIRTUAL_VECTOR_DIAG) + //----------------------------------------------------------------------------- // Select default diag channel to use @@ -239,4 +241,6 @@ void hal_diag_read_char(char *c) #endif // CYG_KERNEL_DIAG_SERIAL +#endif // CYGSEM_HAL_VIRTUAL_VECTOR_DIAG + // EOF hal_diag.c
