Part Number: LAUNCHXL-CC26X2R1
This is more of a "complaint" than a question. We include ti\simplelink_cc13x2_26x2_sdk_5_10_00_48\source\ti\devices\cc13x2_cc26x2\driverlib\gpio.h and in the last several SDK's, there is a compiler error when DRIVERLIB_DEBUG is defined. In SDK v5.10, the error exists on line 88. The compiler (ti-cgt-arm_20.2.4.LTS) complains of a missing semicolon:
return ( (dioNumber >= (31 - ioCount)) && (dioNumber < 31) )
We have modified the file ourselves and inserted a semicolon but could you please fix it in the version released with the SDK.
Thank you,
Dawn