yoneken / rosserial_stm32

This is a part of [rosserial](https://github.com/ros-drivers/rosserial) repository to communicate with ROS system through a USART for STM32 embedded system.
BSD 2-Clause "Simplified" License
218 stars 72 forks source link

HAL_UART_Transmit_DMA param bugfix #44

Closed haozhou-wong closed 5 months ago

haozhou-wong commented 1 year ago

the second param of HAL_UART_Transmit_DMA should be a pointer to uint8_t, not a pointer to pointer.