mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Compiles now.
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
do { _old = (rtems_isr_entry) set_vector( _new, CLOCK_VECTOR, 1 ); } while(0)
|
||||
|
||||
|
||||
#define Clock_driver_support_initialize_hardware() \
|
||||
} while (0);
|
||||
#define Clock_driver_support_initialize_hardware()
|
||||
|
||||
#define Clock_driver_support_at_tick() \
|
||||
Clock_driver_support_initialize_hardware()
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#define MC68681_PROBE libchip_serial_default_probe
|
||||
#define MC68681_VECTOR 0
|
||||
#define MC68681_BASE_ADDRESS 0x71001
|
||||
#define MC68681_BASE_ADDRESS 0x71007
|
||||
#define MC68681_DATA_ADDRESS 0x71007
|
||||
|
||||
/*
|
||||
* Based on BSP configuration information decide whether to do polling IO
|
||||
|
||||
Reference in New Issue
Block a user