Part Number: CC1310
Tool/software: TI C/C++ Compiler
Hello,
I have an application based on the sensor example and I would like to add more information to the ApiMac_capabilityInfo_t structure in the file api_mac.h.This would be very useful for my application.
However, if I change any structures in the api_mac.h file I get several conflicts during compilation, such as:
error: symbol "macCoordAction1" redeclared with incompatible type: "macAction_t[2][void (*)(macEvent_t *)]" in "/home/vagrant/script_bld_dir/components/lprf-timac-2/rom/hmac_map_direct.h" at line 61 and: "macAction_t[2][void (*)(macEvent_t *)]" in "/home/ricardo/Projects/sa-rf/common/MAC/HighLevel/hmac_global.c" at line 114)
Is it possible to solve this by recompiling some of the TI 15.4 Stack's libraries? If so, how can I achieve that?
Thank you very much.