summaryrefslogtreecommitdiff
path: root/board/oak_pd/usb_pd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/oak_pd/usb_pd_config.h')
-rw-r--r--board/oak_pd/usb_pd_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/oak_pd/usb_pd_config.h b/board/oak_pd/usb_pd_config.h
index 28f5cff6f9..8df3f84dc1 100644
--- a/board/oak_pd/usb_pd_config.h
+++ b/board/oak_pd/usb_pd_config.h
@@ -10,8 +10,8 @@
/* USB Power delivery board configuration */
-#ifndef __USB_PD_CONFIG_H
-#define __USB_PD_CONFIG_H
+#ifndef __CROS_EC_USB_PD_CONFIG_H
+#define __CROS_EC_USB_PD_CONFIG_H
/* Timer selection for baseband PD communication */
#define TIM_CLOCK_PD_TX_C0 16
@@ -323,5 +323,5 @@ static inline void pd_set_vconn(int port, int polarity, int enable)
}
}
-#endif /* __USB_PD_CONFIG_H */
+#endif /* __CROS_EC_USB_PD_CONFIG_H */