Tool/software: Code Composer Studio
There is two definitions of __packed. One is in the Cortex CMSIS DSP Library in type_defs.h. The other is in C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include/sys/cdefs.h. The first is necessary to expand the macro in arm_math.h. How can I correct this issue? Thx.