12 lines
82 B
C
12 lines
82 B
C
#ifndef VAL_UART_H__
|
|
#define VAL_UART_H__
|
|
|
|
|
|
|
|
void validate_uart(void);
|
|
|
|
|
|
|
|
#endif
|
|
|