forked from Imagelibrary/rtems
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.
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.