From ddd6b900cdbb3278ea67986bd4d49647a5ebf1da Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 17 Oct 2013 12:33:36 +0200 Subject: [PATCH] Better error message in case of wrong CPUREV value --- cpu/stm32w108/Makefile.stm32w108 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32w108/Makefile.stm32w108 b/cpu/stm32w108/Makefile.stm32w108 index b7e835cab..29e2f9c72 100644 --- a/cpu/stm32w108/Makefile.stm32w108 +++ b/cpu/stm32w108/Makefile.stm32w108 @@ -105,7 +105,7 @@ else ifeq ($(STM32W_CPUREV), xB) LD-EXT=-stm32w108xB ${warning "using stm32w108xB specific ld file"} else - ${error "No STM32W_CPUREV specified. Cpu revision should be specified. Please read cpu/stm32w108/README.txt for more details."} + ${error "Bad STM32W_CPUREV value or no STM32W_CPUREV value specified. Cpu revision should be specified. Please read cpu/stm32w108/README.txt for more details."} endif CFLAGSNO = -mthumb -mcpu=cortex-m3 -D "PLATFORM_HEADER=\"hal/micro/cortexm3/compiler/gnu.h\"" \