diff options
Diffstat (limited to 'stm-uart.c')
-rw-r--r-- | stm-uart.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -187,4 +187,6 @@ HAL_StatusTypeDef uart_send_hexdump(enum stm_uart_port port, const uint8_t *buf, uart_send_number2(port, *(buf + i), 2, 16); uart_send_string2(port, " "); } + + return HAL_OK; } |