From 9defad26200e9dda6afb26fa69c7d5df43363975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 19 Feb 2020 20:54:16 +0100 Subject: [PATCH] Rakefile: use black pill 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"