From 9278e9bafd96105b64f9946eb94f5618f01649d3 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 29 Oct 2015 15:42:29 -0400 Subject: add libhal tests, some cleanup (some mess-making) --- include/stm-uart.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include/stm-uart.h') diff --git a/include/stm-uart.h b/include/stm-uart.h index 43df882..62b2efd 100644 --- a/include/stm-uart.h +++ b/include/stm-uart.h @@ -5,14 +5,12 @@ #define USART2_BAUD_RATE 115200 -#if 0 /* XXX moved [back] to stm-init.c */ extern void MX_USART2_UART_Init(void); -#endif -extern void uart_send_binary(uint32_t num, uint8_t bits); +extern void uart_send_char(uint8_t ch); extern void uart_send_string(char *s); +extern void uart_send_binary(uint32_t num, uint8_t bits); extern void uart_send_integer(uint32_t data, uint32_t mag); - -extern UART_HandleTypeDef huart2; +extern void uart_send_hex(uint32_t num, uint8_t digits); #endif /* __STM32_DEV_BRIDGE_UART_H */ -- cgit v1.2.3