Files
foc_ccs/3rd/uart_redircet.h

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 */