Merge pull request #11150 from byq77/patch-1

__cplusplus guard fixed pwmout_device.h for STM32F4
pull/11166/head
Martin Kojtal 2019-08-09 08:41:12 +01:00 committed by GitHub
commit d27867ecd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
#endif // DEVICE_PWMOUT
#ifdef __cplusplus
}
#endif
#endif