mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-04 05:34:34 +08:00
13 lines
174 B
C
13 lines
174 B
C
|
/*
|
||
|
* Copyright (c) 2023 HPMicro
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*
|
||
|
*/
|
||
|
#ifndef DRV_MCAN_H
|
||
|
#define DRV_MCAN_H
|
||
|
|
||
|
int rt_hw_mcan_init(void);
|
||
|
|
||
|
#endif /* DRV_CAN_H */
|