2001-09-27 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: Renamed delay() to rtems_bsp_delay().
This commit is contained in:
Joel Sherrill
2001-09-28 13:28:11 +00:00
parent cbb5fc7072
commit cf28209062
50 changed files with 129 additions and 27 deletions

View File

@@ -1,3 +1,7 @@
2001-09-27 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='.

View File

@@ -130,7 +130,7 @@ extern int rtems_erc32_sonic_driver_attach (struct rtems_bsdnet_ifconfig *config
extern void Clock_delay(rtems_unsigned32 microseconds);
#define delay( microseconds ) Clock_delay(microseconds)
#define rtems_bsp_delay( microseconds ) Clock_delay(microseconds)
/* Constants */

View File

@@ -1,3 +1,7 @@
2001-09-27 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='.

View File

@@ -123,7 +123,7 @@ extern "C" {
extern void Clock_delay(rtems_unsigned32 microseconds);
#define delay( microseconds ) Clock_delay(microseconds)
#define rtems_bsp_delay( microseconds ) Clock_delay(microseconds)
/* Constants */