__cplusplus guard fixed

This error prevented using this header in cpp code directly.
pull/11150/head
Szymon Szantula 2019-08-01 14:41:11 +02:00 committed by GitHub
parent 54d7d7e4c3
commit dd2876c8ac
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