mirror of https://github.com/ARMmbed/mbed-os.git
STM32: correct __cplusplus brackets in can_device.h
parent
77927d0c7a
commit
073c82e568
|
@ -40,4 +40,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -41,4 +41,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -52,4 +52,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -41,4 +41,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -70,4 +70,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -71,4 +71,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -42,4 +42,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -39,4 +39,8 @@ extern "C" {
|
|||
|
||||
#endif // DEVICE_CAN
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue