Skip to content

Commit

Permalink
env:FYSETC_SPIDER_KING723 => env:STM32H723ZG_fysetc
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed May 27, 2024
1 parent d7d3766 commit d17125c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,9 @@
#elif MB(BTT_KRAKEN_V1_0)
#include "stm32h7/pins_BTT_KRAKEN_V1_0.h" // STM32H7 env:STM32H723ZG_btt
#elif MB(FYSETC_SPIDER_KING_V1_H723)
#include "stm32h7/pins_FYSETC_SPIDER_KING_V1_H723.h" // STM32H7 env:FYSETC_SPIDER_KING723
#include "stm32h7/pins_FYSETC_SPIDER_KING_V1_H723.h" // STM32H7 env:STM32H723ZG_fysetc
#elif MB(FYSETC_SPIDER_KING_V1_1_H723)
#include "stm32h7/pins_FYSETC_SPIDER_KING_V1_1_H723.h" // STM32H7 env:FYSETC_SPIDER_KING723
#include "stm32h7/pins_FYSETC_SPIDER_KING_V1_1_H723.h" // STM32H7 env:STM32H723ZG_fysetc
#elif MB(TEENSY41)
#include "teensy4/pins_TEENSY41.h" // Teensy-4.x env:teensy41
#elif MB(T41U5XBB)
Expand Down
2 changes: 1 addition & 1 deletion ini/stm32h7.ini
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ board = marlin_STM32H723ZG
#
# FYSETC Spider King v1.x (STM32H723ZGT6 ARM Cortex-M7)
#
[env:FYSETC_SPIDER_KING723]
[env:STM32H723ZG_fysetc]
extends = STM32H723Zx_common
board = marlin_STM32H723ZG

0 comments on commit d17125c

Please sign in to comment.