Skip to content

Commit

Permalink
PMICDRV-98: Fix clang warnings for missing-variable-declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Leonard <m-leonard@ti.com>
  • Loading branch information
LeonardMH committed May 14, 2024
1 parent c90c235 commit 4f98dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmic.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/* ========================================================================== */
/* Structure Declarations */
/* ========================================================================== */
const Pmic_DevSubSysInfo_t pmicSubSysInfo[] = {
static const Pmic_DevSubSysInfo_t pmicSubSysInfo[] = {
/* PMIC_DEV_BB_TPS65386x */
{
.gpioEnable = PMIC_ENABLE,
Expand Down

0 comments on commit 4f98dff

Please sign in to comment.