Skip to content

Commit 78d5a6d

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

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/guides/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and features.
1111
*
1212
esp32/README
1313
nxp/README
14-
ti/ti_platform_overview
14+
ti/matter-users-guide/ti_matter_overview
1515
```
1616

1717
## Build Guides

docs/guides/ti/matter-migration-guide/matter_cc2674_migration.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
```{toctree}
2+
:glob:
3+
:maxdepth: 1
4+
5+
*
6+
```
7+
18
# Running Matter Examples on the TI SimpleLink CC2674P10 and CC2674R10
29

310
The existing Matter project examples are based on LP_EM_CC1354P10_6. If using

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)