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 */
|