2024-01-25 14:22:18 +08:00

12 lines
82 B
C

#ifndef VAL_UART_H__
#define VAL_UART_H__
void validate_uart(void);
#endif