Skip to content

Commit

Permalink
🔨 Fix BTT EBB42 V1.1 compile with -flto (MarlinFirmware#25849)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical authored and Andy-Big committed Jul 19, 2023
1 parent 988a8b0 commit 1538759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/src/pins/stm32g0/pins_BTT_EBB42_V1_1.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
//
// Heaters / Fans
//
#define HEATER_0_PIN PA2 // "HE"
#define HEATER_0_PIN PA2 // "HE" V1.1
#define HEATER_1_PIN PB13 // "HE" V1.2
#define FAN0_PIN PA0 // "FAN0"
#define FAN1_PIN PA1 // "FAN1"

Expand Down
1 change: 1 addition & 0 deletions ini/stm32g0.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ build_flags = -DPIN_WIRE_SCL=PB3 -DPIN_WIRE_SDA=PB4
extends = stm32_variant
platform = ststm32@~14.1.0
platform_packages = framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/main.zip
[email protected]
board = marlin_BTT_EBB42_V1_1
board_build.offset = 0x0000
board_upload.offset_address = 0x08000000
Expand Down

0 comments on commit 1538759

Please sign in to comment.