mirror of
https://github.com/jie65535/stm32f10x-uC-OS-II.git
synced 2024-07-27 19:10:55 +08:00
8 lines
115 B
C
8 lines
115 B
C
#ifndef _SERIALPORT_H_
|
|
#define _SERIALPORT_H_
|
|
|
|
|
|
void SerialPortInit(int BaudRate);
|
|
|
|
#endif //_SERIALPORT_H_
|