mirror of https://github.com/ARMmbed/mbed-os.git
__cplusplus guard fixed pwmout_device.h for STM32 families
This bug prevented using this header in cpp code directly.pull/11189/head
parent
85c477c1dc
commit
319223ac16
|
@ -56,4 +56,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -56,4 +56,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -57,4 +57,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -54,4 +54,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -56,4 +56,8 @@ extern const pwm_apb_map_t pwm_apb_map_table[];
|
|||
|
||||
#endif // DEVICE_PWMOUT
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue