Skip to content

Commit 884f9c4

Browse files
committed
Update nvocmp.c to fix formatting issue
1 parent 5512678 commit 884f9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/cc13xx_26xx/nvocmp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Requires API's in a crc.h to implement CRC functionality.
199199
/* CC23X0 and CC27XX does not support GPRAM,
200200
* so VIMS access is not needed */
201201
#if !defined(DeviceFamily_CC23X0R5) && !defined(DeviceFamily_CC23X0R2) && !defined(DeviceFamily_CC27XX)
202-
#include DeviceFamily_constructPath(driverlib / vims.h)
202+
#include DeviceFamily_constructPath(driverlib/vims.h)
203203
#endif
204204

205205
#ifdef NVOCMP_MIN_VDD_FLASH_MV

0 commit comments

Comments
 (0)