From 8e29e3d98be63acae431fab47662db3aca9eeeba Mon Sep 17 00:00:00 2001 From: "Aubr.Cool" Date: Thu, 14 May 2015 16:51:47 +0800 Subject: [PATCH] add author information --- bsp/stm32f10x/applications/canapp.c | 6 +++++- bsp/stm32f10x/drivers/bxcan.c | 3 ++- bsp/stm32f10x/drivers/bxcan.h | 1 + components/drivers/can/can.c | 3 ++- components/drivers/include/drivers/can.h | 3 ++- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/bsp/stm32f10x/applications/canapp.c b/bsp/stm32f10x/applications/canapp.c index 7a77df4265..01ca1c9cbb 100644 --- a/bsp/stm32f10x/applications/canapp.c +++ b/bsp/stm32f10x/applications/canapp.c @@ -8,8 +8,11 @@ * http://www.rt-thread.org/license/LICENSE * * Change Logs: - * Date Author Notes + * Date Author Notes + * 2015-05-14 aubrcool@qq.com first version */ + +#ifdef RT_USING_CAN #include #include #include @@ -139,3 +142,4 @@ int rt_can_app_init(void) } INIT_APP_EXPORT(rt_can_app_init); +#endif /*RT_USING_CAN*/ diff --git a/bsp/stm32f10x/drivers/bxcan.c b/bsp/stm32f10x/drivers/bxcan.c index 0454991708..a21f9f1c4d 100644 --- a/bsp/stm32f10x/drivers/bxcan.c +++ b/bsp/stm32f10x/drivers/bxcan.c @@ -8,7 +8,8 @@ * http://www.rt-thread.org/license/LICENSE * * Change Logs: - * Date Author Notes + * Date Author Notes + * 2015-05-14 aubrcool@qq.com first version */ #include #include diff --git a/bsp/stm32f10x/drivers/bxcan.h b/bsp/stm32f10x/drivers/bxcan.h index 60ee996a3c..7ef77bde16 100644 --- a/bsp/stm32f10x/drivers/bxcan.h +++ b/bsp/stm32f10x/drivers/bxcan.h @@ -9,6 +9,7 @@ * * Change Logs: * Date Author Notes + * 2015-05-14 aubrcool@qq.com first version */ #ifndef BXCAN_H_ diff --git a/components/drivers/can/can.c b/components/drivers/can/can.c index 3d31409756..8ac3029533 100644 --- a/components/drivers/can/can.c +++ b/components/drivers/can/can.c @@ -8,7 +8,8 @@ * http://www.rt-thread.org/license/LICENSE * * Change Logs: - * Date Author Notes + * Date Author Notes + * 2015-05-14 aubrcool@qq.com first version */ #include #include diff --git a/components/drivers/include/drivers/can.h b/components/drivers/include/drivers/can.h index 0bd4106ee0..3a24162f03 100644 --- a/components/drivers/include/drivers/can.h +++ b/components/drivers/include/drivers/can.h @@ -8,7 +8,8 @@ * http://www.rt-thread.org/license/LICENSE * * Change Logs: - * Date Author Notes + * Date Author Notes + * 2015-05-14 aubrcool@qq.com first version */ #ifndef CAN_H_ #define CAN_H_