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_136755 > + } > + > return RTEMS_SUCCESSFUL; > } > #endif /* BSP_MICROBLAZE_FPGA_USE_FDT */ > > -void microblaze_gpio_set_data_direction( > - Microblaze_GPIO_context *ctx, > - uint32_t channel, > - uint32_t mask > -) > +void microblaze_gpio_get_configuration ( Microblaze_GPIO_context *ctx, > + uint32_t channel, > + Microblaze_GPIO_config * config ) > +{ > + assert ( channel == 1 || ( ctx->is_dual && channel == 2 ) ); This should be the RTEMS assert. I think it is _Assert(). -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/844#note_136755 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
