summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/nissa/src/common.c')
-rw-r--r--zephyr/projects/nissa/src/common.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/zephyr/projects/nissa/src/common.c b/zephyr/projects/nissa/src/common.c
index 1dd9d3f024..78116f9f7a 100644
--- a/zephyr/projects/nissa/src/common.c
+++ b/zephyr/projects/nissa/src/common.c
@@ -15,7 +15,7 @@
#include "usb_mux.h"
#include "system.h"
-#include "sub_board.h"
+#include "nissa_common.h"
#include <logging/log.h>
LOG_MODULE_REGISTER(nissa, CONFIG_NISSA_LOG_LEVEL);
@@ -30,6 +30,10 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {
.usb_port = 1,
.driver = &virtual_usb_mux_driver,
.hpd_update = &virtual_hpd_update,
+ /*
+ * next_mux filled in by board config code
+ * if sub-board has type-C USB port.
+ */
},
};