__cplusplus guard fixed

This error prevented using this header in cpp code directly.
pull/11195/head
Szymon Szantula 2019-08-01 14:41:11 +02:00 committed by Martin Kojtal
parent b2bd371aa8
commit 5f4825c5bf
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 #endif // DEVICE_PWMOUT
#ifdef __cplusplus
}
#endif
#endif #endif