summaryrefslogtreecommitdiff
path: root/driver/usb_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/usb_mux.c')
-rw-r--r--driver/usb_mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/usb_mux.c b/driver/usb_mux.c
index fd3f4381c4..43ebd9841a 100644
--- a/driver/usb_mux.c
+++ b/driver/usb_mux.c
@@ -23,7 +23,7 @@ static int enable_debug_prints;
*/
static uint8_t flags[CONFIG_USB_PD_PORT_COUNT];
-#define USB_MUX_FLAG_IN_LPM (1 << 0) /* Device is in low power mode. */
+#define USB_MUX_FLAG_IN_LPM BIT(0) /* Device is in low power mode. */
static void enter_low_power_mode(int port)