2001-10-29 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
This commit is contained in:
Joel Sherrill
2001-10-29 14:28:24 +00:00
parent 5c2b9045e0
commit a19a730221
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-10-29 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* clock/p_clock.c, include/bsp.h, include/coverhd.h,

View File

@@ -88,7 +88,7 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int a
#define MUST_WAIT_FOR_INTERRUPT 0
#define Install_tm27_vector( handler ) set_vector( (handler), 0, 1 )
#define Install_tm27_vector( handler ) /* set_vector( (handler), 0, 1 ) */
#define Cause_tm27_intr()