mirror of https://github.com/ARMmbed/mbed-os.git
__cplusplus guard fixed
This error prevented using this header in cpp code directly.pull/11150/head
parent
54d7d7e4c3
commit
dd2876c8ac
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue