Rakefile: use black pill devboard for this project

This commit is contained in:
King Kévin 2020-06-09 01:08:26 +02:00
parent 57c7bb0bd6
commit bce486a8f5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FIRMWARES = [BOOTLOADER, APPLICATION]
# which development board is used
# supported are: SYSTEM_BOARD, MAPLE_MINI, BLUE_PILL, BLACK_PILL, CORE_BOARD, STLINKV2, BLASTER, BUSVOODOO
BOARD = ENV["BOARD"] || "BLUE_PILL"
BOARD = ENV["BOARD"] || "BLACK_PILL"
# libopencm3 definitions
LIBOPENCM3_DIR = "libopencm3"