Skip to content

Commit

Permalink
remove duplicated target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrystu committed Feb 1, 2020
1 parent 30f74db commit e6e7657
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,6 @@ stm32f070xb :
FWDEFS='STM32F0 STM32F070xB USBD_ASM_DRIVER' \
LDPARAMS='ROMLEN=128K RAMLEN=16K'

stm32g431xb :
$(MAKE) fwclean bootloader FWCPU='-mcpu=cortex-m4' \
FWSTARTUP='mcu/stm32g4xx.S' \
FWDEFS='STM32G4 STM32G431xx USBD_ASM_DRIVER' \
LDPARAMS='ROMLEN=128K RAMLEN=22K'

stm32g431x6 :
$(MAKE) fwclean bootloader FWCPU='-mcpu=cortex-m4' \
FWSTARTUP='mcu/stm32g4xx.S' \
Expand Down

0 comments on commit e6e7657

Please sign in to comment.