From 0b6dba5c83b747f093941ceab99475d9481ead9c Mon Sep 17 00:00:00 2001 From: Wenting Zhang Date: Sun, 10 Dec 2023 14:01:42 -0500 Subject: [PATCH] Add missing include --- fw/fw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fw/fw.c b/fw/fw.c index edff319..39ab1b9 100644 --- a/fw/fw.c +++ b/fw/fw.c @@ -23,6 +23,7 @@ #include "pico/stdlib.h" #include "pico/binary_info.h" #include "hardware/i2c.h" +#include "config.h" #include "utils.h" #include "tcpm_driver.h" #include "usb_pd.h"