From bce486a8f51712979952ac070f548d9acb128ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 9 Jun 2020 01:08:26 +0200 Subject: [PATCH] Rakefile: use black pill devboard for this project --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 449c944..d3f4871 100644 --- a/Rakefile +++ b/Rakefile @@ -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"