From 3a391261c7cc645d87e0db0a8d214890541f4430 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Thu, 24 Feb 2022 13:13:31 +0300 Subject: [PATCH] [ion/bootloader/usb] Removed internal flash from descriptior --- ion/src/device/bootloader/drivers/config/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/bootloader/drivers/config/usb.h b/ion/src/device/bootloader/drivers/config/usb.h index 0c63ed474..61c1e739d 100644 --- a/ion/src/device/bootloader/drivers/config/usb.h +++ b/ion/src/device/bootloader/drivers/config/usb.h @@ -21,7 +21,7 @@ constexpr static AFGPIOPin VbusPin = AFGPIOPin(GPIOA, 9, GPIO::AFR::AlternateFun constexpr static AFGPIOPin DmPin = AFGPIOPin(GPIOA, 11, GPIO::AFR::AlternateFunction::AF10, GPIO::PUPDR::Pull::None, GPIO::OSPEEDR::OutputSpeed::Fast); constexpr static AFGPIOPin DpPin = AFGPIOPin(GPIOA, 12, GPIO::AFR::AlternateFunction::AF10, GPIO::PUPDR::Pull::None, GPIO::OSPEEDR::OutputSpeed::Fast); -constexpr static const char * InterfaceStringDescriptor = "@Flash/0x08000000/04*016Kg/0x90000000/08*004Kg,01*032Kg,63*064Kg,64*064Kg"; +constexpr static const char * InterfaceStringDescriptor = "@Flash/0x90000000/08*004Kg,01*032Kg,63*064Kg,64*064Kg"; } }