summaryrefslogtreecommitdiff
path: root/include/usbc_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usbc_ppc.h')
-rw-r--r--include/usbc_ppc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usbc_ppc.h b/include/usbc_ppc.h
index 1995654536..e846a6ecca 100644
--- a/include/usbc_ppc.h
+++ b/include/usbc_ppc.h
@@ -123,8 +123,8 @@ struct ppc_config_t {
const struct ppc_drv *drv;
};
-extern const struct ppc_config_t ppc_chips[];
-extern const unsigned int ppc_cnt;
+extern struct ppc_config_t ppc_chips[];
+extern unsigned int ppc_cnt;
/**
* Initializes the PPC for the specified port.