add author information

This commit is contained in:
Aubr.Cool 2015-05-14 16:51:47 +08:00
parent eb56b832ef
commit 8e29e3d98b
5 changed files with 12 additions and 4 deletions

View File

@ -8,8 +8,11 @@
* http://www.rt-thread.org/license/LICENSE * http://www.rt-thread.org/license/LICENSE
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2015-05-14 aubrcool@qq.com first version
*/ */
#ifdef RT_USING_CAN
#include <board.h> #include <board.h>
#include <rtthread.h> #include <rtthread.h>
#include <rtdevice.h> #include <rtdevice.h>
@ -139,3 +142,4 @@ int rt_can_app_init(void)
} }
INIT_APP_EXPORT(rt_can_app_init); INIT_APP_EXPORT(rt_can_app_init);
#endif /*RT_USING_CAN*/

View File

@ -8,7 +8,8 @@
* http://www.rt-thread.org/license/LICENSE * http://www.rt-thread.org/license/LICENSE
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2015-05-14 aubrcool@qq.com first version
*/ */
#include <rthw.h> #include <rthw.h>
#include <rtdevice.h> #include <rtdevice.h>

View File

@ -9,6 +9,7 @@
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2015-05-14 aubrcool@qq.com first version
*/ */
#ifndef BXCAN_H_ #ifndef BXCAN_H_

View File

@ -8,7 +8,8 @@
* http://www.rt-thread.org/license/LICENSE * http://www.rt-thread.org/license/LICENSE
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2015-05-14 aubrcool@qq.com first version
*/ */
#include <rthw.h> #include <rthw.h>
#include <rtthread.h> #include <rtthread.h>

View File

@ -8,7 +8,8 @@
* http://www.rt-thread.org/license/LICENSE * http://www.rt-thread.org/license/LICENSE
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2015-05-14 aubrcool@qq.com first version
*/ */
#ifndef CAN_H_ #ifndef CAN_H_
#define CAN_H_ #define CAN_H_