mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11150 from byq77/patch-1
__cplusplus guard fixed pwmout_device.h for STM32F4pull/11166/head
commit
d27867ecd4
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
||||||
|
|
||||||
#endif // DEVICE_PWMOUT
|
#endif // DEVICE_PWMOUT
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue