Skip to content

Commit d27867e

Browse files
authored
Merge pull request #11150 from byq77/patch-1
__cplusplus guard fixed pwmout_device.h for STM32F4
2 parents fd931a1 + dd2876c commit d27867e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/TARGET_STM/TARGET_STM32F4/pwmout_device.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
5454

5555
#endif // DEVICE_PWMOUT
5656

57+
#ifdef __cplusplus
58+
}
59+
#endif
60+
5761
#endif

0 commit comments

Comments
 (0)