1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- #ifndef EEP_VS_0_PBCFG_H
- #define EEP_VS_0_PBCFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #define EEP_VS_0_PBCFG_VENDOR_ID 43
- #define EEP_VS_0_PBCFG_AR_RELEASE_MAJOR_VERSION 4
- #define EEP_VS_0_PBCFG_AR_RELEASE_MINOR_VERSION 4
- #define EEP_VS_0_PBCFG_AR_RELEASE_REVISION_VERSION 0
- #define EEP_VS_0_PBCFG_SW_MAJOR_VERSION 1
- #define EEP_VS_0_PBCFG_SW_MINOR_VERSION 0
- #define EEP_VS_0_PBCFG_SW_PATCH_VERSION 0
- #define EEP_CONFIG_VS_0_PB \
- extern const Eep_ConfigType Eep_Config_VS_0;
- #ifdef __cplusplus
- }
- #endif
- #endif
|