From a5f7da8ec1d5764df77458e185b953e286fe2dd7 Mon Sep 17 00:00:00 2001 From: fzxhub Date: Mon, 27 Sep 2021 22:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9lpc408x=E4=B8=ADADC=E9=A9=B1?= =?UTF-8?q?=E5=8A=A8=E7=9A=84=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/lpc408x/drivers/drv_adc.c | 8 +++++++- bsp/lpc408x/drivers/drv_adc.h | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/bsp/lpc408x/drivers/drv_adc.c b/bsp/lpc408x/drivers/drv_adc.c index 0d9501b505..77d5c3c9d9 100644 --- a/bsp/lpc408x/drivers/drv_adc.c +++ b/bsp/lpc408x/drivers/drv_adc.c @@ -1,5 +1,11 @@ /* - * Copyright (c) 2006-2021, fzxhub + * Copyright (c) 2006-2021, RT-Thread Development Team + * + * SPDX-License-Identifier: Apache-2.0 + * + * Change Logs: + * Date Author Notes + * 2021-09-27 fzxhub the first version */ #include diff --git a/bsp/lpc408x/drivers/drv_adc.h b/bsp/lpc408x/drivers/drv_adc.h index 2ef13ad96c..a3e878c417 100644 --- a/bsp/lpc408x/drivers/drv_adc.h +++ b/bsp/lpc408x/drivers/drv_adc.h @@ -1,5 +1,11 @@ /* - * Copyright (c) 2006-2021, fzxhub + * Copyright (c) 2006-2021, RT-Thread Development Team + * + * SPDX-License-Identifier: Apache-2.0 + * + * Change Logs: + * Date Author Notes + * 2021-09-27 fzxhub the first version */ #ifndef DRV_ADC_H__