4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:53:53 +08:00

格式化代码

This commit is contained in:
chenbin 2022-01-13 00:03:13 +08:00
parent b4b9394051
commit 66628f1061
2 changed files with 449 additions and 461 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
@ -12,14 +12,15 @@
#define __DRV_CAN_H__
#ifdef __cplusplus
extern "C" {
extern "C"
{
#endif
#include <board.h>
#include <rtdevice.h>
#include <rtthread.h>
int rt_hw_can_init(void);
int rt_hw_can_init(void);
#ifdef __cplusplus
}