We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5512678 commit d3b3ccbCopy full SHA for d3b3ccb
src/platform/cc13xx_26xx/nvocmp.c
@@ -196,11 +196,7 @@ Requires API's in a crc.h to implement CRC functionality.
196
#ifndef NV_LINUX
197
198
#include <ti/devices/DeviceFamily.h>
199
-/* CC23X0 and CC27XX does not support GPRAM,
200
- * so VIMS access is not needed */
201
-#if !defined(DeviceFamily_CC23X0R5) && !defined(DeviceFamily_CC23X0R2) && !defined(DeviceFamily_CC27XX)
202
-#include DeviceFamily_constructPath(driverlib / vims.h)
203
-#endif
+#include DeviceFamily_constructPath(driverlib/vims.h)
204
205
#ifdef NVOCMP_MIN_VDD_FLASH_MV
206
#include <driverlib/aon_batmon.h>
0 commit comments