Merge pull request #11189 from LMESTM/pwmout_cpp_guard

__cplusplus guard fixed pwmout_device.h for STM32 families
pull/11212/head
Martin Kojtal 2019-08-13 11:19:24 +02:00 committed by GitHub
commit de84004be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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