mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 10:21:12 +00:00
hal_uart_dma: fix argument of hal_uart_dma_set_flowcontrol (int instead of uint32)
This commit is contained in:
parent
541785435d
commit
346b607c48
@ -85,7 +85,7 @@ int hal_uart_dma_set_baud(uint32_t baud);
|
|||||||
* @brief Set flowcontrol
|
* @brief Set flowcontrol
|
||||||
* @param flowcontrol enabled
|
* @param flowcontrol enabled
|
||||||
*/
|
*/
|
||||||
int hal_uart_dma_set_flowcontrol(uint32_t flowcontrol);
|
int hal_uart_dma_set_flowcontrol(int flowcontrol);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user