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.