Mohamed Ayman commented on a discussion on bsps/arm/stm32h7/spi/spi-support.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1162#note_147120

 >      ctx->spi.Instance->CFG1 &= ~prescaler_mask;
 >      ctx->spi.Instance->CFG1 |= SPI_BAUDRATEPRESCALER_2;
 >    } else {
 > +
 > +      if (speed_hz == 0) {
 > +        return 1;
 > +      }

ok, done

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1162#note_147120
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

Reply via email to