[rx] auto formatted

This commit is contained in:
Meco Man
2021-03-29 07:02:36 +08:00
parent 1ba020f3c8
commit ea96e75817
7 changed files with 39 additions and 18 deletions
+8
View File
@@ -1,3 +1,11 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#ifndef __UART_H__
#define __UART_H__
+9
View File
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rthw.h>
#include <rtthread.h>
#include "board.h"
+10
View File
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#ifndef __BOARD_H__
#define __BOARD_H__
+7 -5
View File
@@ -1,9 +1,11 @@
/*
*********************************************************************************************************
* Filename : uart.c
*********************************************************************************************************
*/
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rthw.h>
#include <rtthread.h>