Skip to content

Commit

Permalink
Rename MEEB_3DP variant
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 27, 2021
1 parent a836311 commit abca4e3
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ldscript": "stm32f103xc.ld"
},
"mcu": "stm32f103rct6",
"variant": "MEEB_3DP"
"variant": "marlin_MEEB_3DP"
},
"debug": {
"jlink_device": "STM32F103RC",
Expand Down
2 changes: 1 addition & 1 deletion ini/stm32f1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ monitor_speed = 115200
[env:STM32F103RC_meeb]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = MEEB_3DP
board = marlin_MEEB_3DP
build_flags = ${common_stm32f1.build_flags}
-DDEBUG_LEVEL=0
-DSS_TIMER=4
Expand Down

0 comments on commit abca4e3

Please sign in to comment.