summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/tcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/tcpc.c')
-rw-r--r--zephyr/shim/src/tcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/src/tcpc.c b/zephyr/shim/src/tcpc.c
index 98a3cd880b..1deb808505 100644
--- a/zephyr/shim/src/tcpc.c
+++ b/zephyr/shim/src/tcpc.c
@@ -34,7 +34,7 @@ LOG_MODULE_REGISTER(tcpc, CONFIG_GPIO_LOG_LEVEL);
#if DT_HAS_TCPC
#define TCPC_CHIP_ENTRY(usbc_id, tcpc_id, config_fn) \
- [USBC_PORT_NEW(usbc_id)] = config_fn(tcpc_id)
+ [USBC_PORT_NEW(usbc_id)] = config_fn(tcpc_id),
#define CHECK_COMPAT(compat, usbc_id, tcpc_id, config_fn) \
COND_CODE_1(DT_NODE_HAS_COMPAT(tcpc_id, compat), \