Skip to content

Commit aa8f337

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/platform/cc13xx_26xx/nvocmp.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,7 @@ Requires API's in a crc.h to implement CRC functionality.
196196
#ifndef NV_LINUX
197197

198198
#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
199+
#include <ti/devices/driverlib/cc13x4_cc26x4/vims.h>
204200

205201
#ifdef NVOCMP_MIN_VDD_FLASH_MV
206202
#include <driverlib/aon_batmon.h>

0 commit comments

Comments
 (0)