Skip to content

Commit a5f7da8

Browse files
committed
修改lpc408x中ADC驱动的版权信息
1 parent 1b87dd2 commit a5f7da8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

bsp/lpc408x/drivers/drv_adc.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
/*
2-
* Copyright (c) 2006-2021, fzxhub
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2021-09-27 fzxhub the first version
39
*/
410

511
#include <rtthread.h>

bsp/lpc408x/drivers/drv_adc.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
/*
2-
* Copyright (c) 2006-2021, fzxhub
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2021-09-27 fzxhub the first version
39
*/
410

511
#ifndef DRV_ADC_H__

0 commit comments

Comments
 (0)