From 9216f074a610199b2dce55e6921c69c06159b9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6lzl?= Date: Wed, 8 Jun 2016 13:13:00 +0200 Subject: [PATCH] FIXED: BOARD variable value in make command. --- Board-Olimex-STM32-E407.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Board-Olimex-STM32-E407.md b/Board-Olimex-STM32-E407.md index 514bcdf..57f5b81 100644 --- a/Board-Olimex-STM32-E407.md +++ b/Board-Olimex-STM32-E407.md @@ -30,5 +30,5 @@ Cortex M4 STM32F407ZGT6 * Not tested: SD-Card * Not working: Ethernet * To build use one of the following methods: - 1. ```make BOARD=STM32F4DISC``` - 2. ```export BOARD=STM32F4DISC``` in your environment and then just use make. + 1. ```make BOARD=OLIMEX_E407``` + 2. ```export BOARD=OLIMEX_E407``` in your environment and then just use make.