This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
mfps/App/Inc/serial_port.h

16 lines
450 B
C

/*
* @Author: 吴俊潮 24472040@qq.com
* @Date: 2024-03-28 09:00:25
* @LastEditors: 吴俊潮 24472040@qq.com
* @LastEditTime: 2024-03-28 09:01:20
* @FilePath: \mfps\App\Inc\serial_port.h
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
#ifndef _SERIAL_PORT_H
#define _SERIAL_PORT_H
void uart_test(void);
#endif