__cplusplus guard fixed pwmout_device.h for STM32 families

This bug prevented using this header in cpp code directly.
pull/11189/head
Laurent Meunier 2019-08-09 09:51:39 +02:00
parent 85c477c1dc
commit 319223ac16
10 changed files with 40 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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