From 0e1345c18dbd48b872b752050a43b5db4c75cbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 9 Jan 2020 20:41:13 +0100 Subject: [PATCH] Rakefile: sepcify board for project --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ec51220..2afb466 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, CORE_BOARD, STLINKV2, BLASTER, BUSVOODOO -BOARD = ENV["BOARD"] || "CORE_BOARD" +BOARD = ENV["BOARD"] || "STLINKV2" # libopencm3 definitions LIBOPENCM3_DIR = "libopencm3"