diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h index cde5e9b0e5..2523a29b24 100644 --- a/firmware/export/config-c200v2.h +++ b/firmware/export/config-c200v2.h @@ -174,7 +174,7 @@ #define USB_HANDLED_BY_OF -#define CONFIG_USB USBOTG_AS3525 +#define CONFIG_USBOTG USBOTG_AS3525 /* enable these for the experimental usb stack */ #define HAVE_USBSTACK diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 45b0a607c0..57dd6bf374 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -175,7 +175,7 @@ #define USB_HANDLED_BY_OF -#define CONFIG_USB USBOTG_AS3525 +#define CONFIG_USBOTG USBOTG_AS3525 /* enable these for the experimental usb stack */ #define HAVE_USBSTACK diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index e23f3eb0e2..21d777bf6d 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -143,7 +143,7 @@ #define USB_HANDLED_BY_OF -#define CONFIG_USB USBOTG_AS3525 +#define CONFIG_USBOTG USBOTG_AS3525 /* enable these for the experimental usb stack */ #define HAVE_USBSTACK