sdk/Source/User/usart_printf.h

10 lines
128 B
C
Raw Normal View History

2023-01-07 15:34:23 +00:00
#ifndef __USART_PRINTF_H
#define __USART_PRINTF_H
#include "hk32f030m.h"
void Usart1_Printf_Init(uint32_t baudrate);
#endif