From 8ad16486ac056c591d08050fac151807a81e4639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 17 Jul 2021 23:07:18 +0200 Subject: [PATCH] fix indentation --- include/usb_defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/usb_defs.h b/include/usb_defs.h index bdeb9e5..6f42d34 100644 --- a/include/usb_defs.h +++ b/include/usb_defs.h @@ -27,6 +27,7 @@ #define _USB_DEFS_H_ #define CONFIG_USB_INTERRUPT_POLLING + /* USB constants */ /* Device and/or Interface Class codes */ @@ -226,7 +227,7 @@ #define USB_PORT_STAT_LOW_SPEED 0x0200 #define USB_PORT_STAT_HIGH_SPEED 0x0400 /* support for EHCI */ #define USB_PORT_STAT_SPEED \ - (USB_PORT_STAT_LOW_SPEED | USB_PORT_STAT_HIGH_SPEED) + (USB_PORT_STAT_LOW_SPEED | USB_PORT_STAT_HIGH_SPEED) /* wPortChange bits */ #define USB_PORT_STAT_C_CONNECTION 0x0001