mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 04:30:15 +08:00
The macro Install_tm27_vector() included an extern for tm27IrqData inside the scope of the macro. This generated a "nested extern declaration warning. Moved the extern outside the scope.