Browse Source

🔨 Drop extraneous build flag (#23862)

Keith Bennett 2 years ago
parent
commit
2f6a6f3b55
No account linked to committer's email address
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      ini/stm32f4.ini

+ 2
- 3
ini/stm32f4.ini View File

@@ -298,9 +298,8 @@ extends           = env:BIGTREE_OCTOPUS_PRO_V1_F429
298 298
 platform_packages = ${stm_flash_drive.platform_packages}
299 299
 build_unflags     = -DUSBD_USE_CDC
300 300
 build_flags       = ${stm_flash_drive.build_flags}
301
-                    -DSTM32F446_5VX -DUSE_USB_HS_IN_FS
302
-                    -DUSE_USBHOST_HS -DUSBD_IRQ_PRIO=5
303
-                    -DUSBD_IRQ_SUBPRIO=6
301
+                    -DUSE_USB_HS_IN_FS -DUSE_USBHOST_HS
302
+                    -DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
304 303
                     -DUSBD_USE_CDC_MSC
305 304
 
306 305
 #

Loading…
Cancel
Save