17 lines
392 B
C
17 lines
392 B
C
/*
|
|
* 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
|
|
*/
|
|
|
|
#ifndef BXCAN_H_
|
|
#define BXCAN_H_
|
|
#endif /*BXCAN_H_*/
|