Skip to content

Commit

Permalink
Update nvocmp.c to fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adabreuti committed Jun 24, 2024
1 parent 5512678 commit 3858f4a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and features.
*
esp32/README
nxp/README
ti/ti_platform_overview
ti/matter-users-guide/ti_matter_overview
```

## Build Guides
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/ti/matter-syscfg/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
```{toctree}
:glob:
:maxdepth: 1
*
```

# Get started with SysConfig

System Configuration Tool (SysConfig) is a graphical interface for configuring
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/ti/matter-users-guide/ti_matter_overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
```{toctree}
:glob:
:maxdepth: 2
*
```

# Texas Instruments platform overview

The Texas Instruments Matter platform is based on the TI SimpleLink™ SDK.
Expand Down
6 changes: 1 addition & 5 deletions src/platform/cc13xx_26xx/nvocmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,7 @@ Requires API's in a crc.h to implement CRC functionality.
#ifndef NV_LINUX

#include <ti/devices/DeviceFamily.h>
/* CC23X0 and CC27XX does not support GPRAM,
* so VIMS access is not needed */
#if !defined(DeviceFamily_CC23X0R5) && !defined(DeviceFamily_CC23X0R2) && !defined(DeviceFamily_CC27XX)
#include DeviceFamily_constructPath(driverlib / vims.h)
#endif
#include <ti/devices/cc13x4_cc26x4/driverlib/vims.h>

#ifdef NVOCMP_MIN_VDD_FLASH_MV
#include <driverlib/aon_batmon.h>
Expand Down

0 comments on commit 3858f4a

Please sign in to comment.