Skip to content

Commit

Permalink
🔨 Drop extraneous build flag (MarlinFirmware#23862)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Mar 13, 2022
1 parent 9c9300f commit 2f6a6f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ini/stm32f4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,8 @@ extends = env:BIGTREE_OCTOPUS_PRO_V1_F429
platform_packages = ${stm_flash_drive.platform_packages}
build_unflags = -DUSBD_USE_CDC
build_flags = ${stm_flash_drive.build_flags}
-DSTM32F446_5VX -DUSE_USB_HS_IN_FS
-DUSE_USBHOST_HS -DUSBD_IRQ_PRIO=5
-DUSBD_IRQ_SUBPRIO=6
-DUSE_USB_HS_IN_FS -DUSE_USBHOST_HS
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
-DUSBD_USE_CDC_MSC

#
Expand Down

0 comments on commit 2f6a6f3

Please sign in to comment.