File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const PinMap *can_rd_pinmap(void);
106106const PinMap * can_td_pinmap (void );
107107
108108#ifdef __cplusplus
109- };
109+ }
110110#endif
111111
112112#endif // MBED_CAN_API_H
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ struct CAN_Message {
6868typedef struct CAN_Message CAN_Message ;
6969
7070#ifdef __cplusplus
71- };
71+ }
7272#endif
7373
7474#endif
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ uint32_t hal_crc_get_result(void);
224224/**@}*/
225225
226226#ifdef __cplusplus
227- };
227+ }
228228#endif
229229
230230#endif // DEVICE_CRC
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ template<>
4949struct is_unsigned <unsigned long long > {
5050 static const bool value = true ;
5151};
52- };
52+ }
5353
5454/* * \addtogroup platform-public-api */
5555/* * @{*/
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ extern "C" {
592592 int mkdir (const char *name, mode_t n);
593593#endif // !MBED_CONF_PLATFORM_STDIO_MINIMAL_CONSOLE_ONLY
594594#if __cplusplus
595- }; // extern "C"
595+ } // extern "C"
596596
597597namespace mbed {
598598#if !MBED_CONF_PLATFORM_STDIO_MINIMAL_CONSOLE_ONLY
You can’t perform that action at this time.
0 commit comments