Files
stm32uav/nanoos/usartu.h
2022-09-06 08:30:16 +02:00

8 lines
145 B
C

#ifndef _USARTU_H_XYZ
#define _USARTU_H_XYZ
void usart_puts(uint32_t usart, uint8_t * str);
void usart_putc(uint32_t usart, uint8_t c);
#endif