Skip to content

Commit

Permalink
env:BTT_EBB42_V1_1_FDCAN build_flags fix
Browse files Browse the repository at this point in the history
Fixes an issue in the env:BTT_EBB42_V1_1_FDCAN build_flags
  • Loading branch information
rondlh committed Dec 1, 2024
1 parent 73bb491 commit 20ea87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ini/stm32g0.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ upload_command = dfu-util -a 0 -s 0x08000000:leave -D "$SOURCE"
#
[env:BTT_EBB42_V1_1_FDCAN]
extends = BTT_EBB42_V1_1_common
build_flags = -DHAL_FDCAN_MODULE_ENABLED

build_flags = ${BTT_EBB42_V1_1_common.build_flags}
-DHAL_FDCAN_MODULE_ENABLED
#
# BigTreeTech EBB42 V1.1 (STM32G0B1CBT6 ARM Cortex-M0+) as a filament extruder (no kinematics control)
#
Expand Down

0 comments on commit 20ea87f

Please sign in to comment.