12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #ifndef GPT_VS_0_PBCFG_H
- #define GPT_VS_0_PBCFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #define GPT_VENDOR_ID_VS_0_PBCFG_H 43
- #define GPT_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H 4
- #define GPT_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H 4
- #define GPT_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H 0
- #define GPT_SW_MAJOR_VERSION_VS_0_PBCFG_H 1
- #define GPT_SW_MINOR_VERSION_VS_0_PBCFG_H 0
- #define GPT_SW_PATCH_VERSION_VS_0_PBCFG_H 0
- #define GPT_CONFIG_VS_0_PB \
- extern const Gpt_ConfigType Gpt_Config_VS_0;
- #ifdef __cplusplus
- }
- #endif
- #endif
|