Skip to content

Commit

Permalink
No FD on the Fly E3 V2
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 7, 2023
1 parent 4d59d80 commit 0f956ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_MELLOW_FLY_E3_V2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2021 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
* Copyright (c) 2023 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
Expand Down
4 changes: 2 additions & 2 deletions ini/stm32f4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -812,12 +812,12 @@ upload_protocol = stlink
#
[env:FLY_E3_V2]
extends = stm32_variant
platform_packages = ${stm_flash_drive.platform_packages}
platform_packages = ${stm32_variant.platform_packages}
board = marlin_STM32F407VGT6_CCM
board_build.variant = MARLIN_F4x7Vx
board_build.offset = 0x8000
board_upload.offset_address = 0x08008000
build_flags = ${stm_flash_drive.build_flags}
build_flags = ${stm32_variant.build_flags}
-DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
-DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED
Expand Down

0 comments on commit 0f956ca

Please sign in to comment.