2000-12-06 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: Removed incorrect error case.
This commit is contained in:
Joel Sherrill
2000-12-06 15:40:51 +00:00
parent 27f6d2e2f0
commit d95820d386
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Removed incorrect error case.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -160,7 +160,5 @@ i960_isr_entry set_tmr_vector( rtems_isr_entry, unsigned int, unsigned int );
}
#endif
#else
#error "Did not get any definitions from here!"
#endif
/* end of include file */