forked from Imagelibrary/rtems
2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* vme/vmeconfig.c: Eliminate unsigned32.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* vme/vmeconfig.c: Eliminate unsigned32.
|
||||
|
||||
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* include/gen2.h: Changed rtems_unsigned types to uint types
|
||||
|
||||
@@ -26,7 +26,7 @@ void BSP_vme_config(void) __attribute__ (( weak, alias("__BSP_default_vme_config
|
||||
|
||||
SPR_RO(DBAT0U)
|
||||
|
||||
extern unsigned32 VME_Slot1;
|
||||
extern uint32_t VME_Slot1;
|
||||
|
||||
void
|
||||
__BSP_default_vme_config(void)
|
||||
|
||||
Reference in New Issue
Block a user