Files
foc/3rd/uart_redircet.h

7 lines
150 B
C
Raw Permalink Normal View History

2025-11-10 18:05:11 +08:00
#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 */