Mercurial > flash_v2
diff packages/cygmon/current/misc/breakpoints.c @ 112:02ea4320376c ecos-sw-2000-07-21
Merge from eCos master repository on 2000-07-21-21:01:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 Jul 2000 21:34:11 +0000 |
| parents | 435cced73e2f |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/cygmon/current/misc/breakpoints.c +++ b/packages/cygmon/current/misc/breakpoints.c @@ -42,6 +42,10 @@ // //========================================================================= +#include "board.h" + +#ifndef USE_ECOS_HAL_BREAKPOINTS + #include <stdlib.h> #ifdef HAVE_BSP #include <bsp/bsp.h> @@ -204,3 +208,4 @@ clear_mon_breakpoint (mem_addr_t locatio return error; } +#endif /* USE_ECOS_HAL_BREAKPOINTS */
