Kinsey Moore started a new discussion on bsps/arm/stm32h7/start/stm32h7-hal-eth.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/777#note_134335 > void > HAL_ETH_MspInit(ETH_HandleTypeDef *heth) > { > +#ifdef __rtems__ > + (void) heth; > +#endif This does not need guard blocks as it is RTEMS-owned. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/777#note_134335 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
