mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 03:33:33 +08:00
23 lines
331 B
C
23 lines
331 B
C
|
/*
|
||
|
* Copyright (c) 2006-2022, RT-Thread Development Team
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2020-07-06 thread-liu first version
|
||
|
*/
|
||
|
|
||
|
#ifndef __DRV_FDCAN_H__
|
||
|
#define __DRV_FDCAN_H__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|