Skip to content

Commit ef08c04

Browse files
authored
Update drv_can.h
1 parent ad8d95b commit ef08c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bsp/imxrt/libraries/drivers/drv_can.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* 2019-06-28 misonyo the first version.
99
*/
1010

11-
#ifndef DRV_SPI_H__
12-
#define DRV_SPI_H__
11+
#ifndef DRV_CAN_H__
12+
#define DRV_CAN_H__
1313

1414
int rt_hw_can_init(void);
1515

16-
#endif /* DRV_SPI_H__ */
16+
#endif /* DRV_CAN_H__ */

0 commit comments

Comments
 (0)