stm32f10x-uC-OS-II/uCOS-II Template/App/SerialPort.h
2019-01-18 17:14:55 +08:00

8 lines
115 B
C

#ifndef _SERIALPORT_H_
#define _SERIALPORT_H_
void SerialPortInit(int BaudRate);
#endif //_SERIALPORT_H_