Skip to content

Commit

Permalink
added PA6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 2, 2024
1 parent 75d0f3d commit 7e6a79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include $(ROOT)/make/tools.mk
MCU_BUILDS := E230 F031 F051 F415 F415_128K F421 G071 G071_64K L431 G431

# we support bootloader comms on a list of possible pins
BOOTLOADER_PINS = PB4 PA2 PA15
BOOTLOADER_PINS = PB4 PA2 PA6 PA15

# extract the MCU from a build type of form MCU_nK
define base_mcu
Expand Down

0 comments on commit 7e6a79c

Please sign in to comment.