mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11189 from LMESTM/pwmout_cpp_guard
__cplusplus guard fixed pwmout_device.h for STM32 familiespull/11212/head
commit
de84004be1
|
@ -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