Skip to content

Conversation

@BerndWernerGuenther
Copy link

I added code for selecting structured ADIs instead of the speed-refspeed-example of the starterkit code;
the structured ADIs had already been defined in the header file abcc_interface_data_interface.h of abcc_driver\inc.

I added

_**//added to support structured ADIs; start
#ifndef ABCC_CFG_DRV_STRUCTURED_ADIS
#define ABCC_CFG_DRV_STRUCTURED_ADIS 1
#endif

#ifdef ABCC_CFG_DRV_STRUCTURED_ADIS
#ifndef ABCC_CFG_STRUCT_DATA_TYPE_ENABLED
#define ABCC_CFG_STRUCT_DATA_TYPE_ENABLED 1
#endif
#endif
//added to support structured ADIs; end**_

inside the file abcc_driver_config.h.

These 2 compiler switches will be used inside the code to switch between the structured ADI version and the Speed / Refspeed version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant