1234567891011121314151617 |
- /*
- * File : bxcan.h
- * This file is part of RT-Thread RTOS
- * COPYRIGHT (C) 2015, RT-Thread Development Team
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rt-thread.org/license/LICENSE
- *
- * Change Logs:
- * Date Author Notes
- * 2015-05-14 aubrcool@qq.com first version
- */
- #ifndef BXCAN_H_
- #define BXCAN_H_
- #endif /*BXCAN_H_*/
|