We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5512678 commit 884f9c4Copy full SHA for 884f9c4
src/platform/cc13xx_26xx/nvocmp.c
@@ -199,7 +199,7 @@ Requires API's in a crc.h to implement CRC functionality.
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)
+#include DeviceFamily_constructPath(driverlib/vims.h)
203
#endif
204
205
#ifdef NVOCMP_MIN_VDD_FLASH_MV
0 commit comments