Joel Sherrill started a new discussion on bsps/microblaze/microblaze_fpga/gpio/microblaze-gpio.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/844#note_136757 > { > assert( channel == 1 || (ctx->is_dual && channel == 2) ); Even though assert() was already in the file, is should be the RTEMS _Assert() which is controlled by RTEMS_DEBUG. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/844#note_136757 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
