7 lines
150 B
C
7 lines
150 B
C
#ifndef Uart_h
|
|
#define Uart_h
|
|
#include <stdint.h>
|
|
|
|
void UART_Console_write(const uint8_t *data, uint16_t size);
|
|
|
|
#endif /* ti_msp_dl_config_h */ |