forked from Imagelibrary/rtems
GCC 14 generates an error for the wrong signature function being passed in. The underlying type was a void * so adjusting the signature of the ISR handler was not an option. Added cast. Closes #5272
GCC 14 generates an error for the wrong signature function being passed in. The underlying type was a void * so adjusting the signature of the ISR handler was not an option. Added cast. Closes #5272