comparison packages/hal/common/current/src/hal_stub.c @ 70:c5536bad4c24 ecos-sw-2000-02-11

Merge from eCos master repository on 2000-02-11-15:46:40-GMT
author jlarmour
date Fri, 11 Feb 2000 16:47:32 +0000
parents bf00f99aec69
children 435cced73e2f
comparison
equal deleted inserted replaced
69:9a9babddf7e7 70:c5536bad4c24
333 333
334 #ifdef CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 334 #ifdef CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
335 // Get interrupt handler initialized. 335 // Get interrupt handler initialized.
336 HAL_STUB_PLATFORM_INIT_BREAK_IRQ(); 336 HAL_STUB_PLATFORM_INIT_BREAK_IRQ();
337 #endif 337 #endif
338
339 #ifdef CYG_HAL_STARTUP_STUBS
340 // There may be extra initialization required when configured
341 // for stubs startup.
342 HAL_STUB_PLATFORM_STUBS_INIT();
343 #endif
344 } 338 }
345 } 339 }
346 340
347 // Reset the board. 341 // Reset the board.
348 void 342 void