From 5ea42a8bbf7c46dfb1b90538072e3633a100f3ae Mon Sep 17 00:00:00 2001 From: jonasius Date: Sun, 26 May 2024 23:09:06 +0200 Subject: [PATCH] Add whitespaces according to coding style Co-authored-by: discip <53649486+discip@users.noreply.github.com> --- source/Core/BSP/Sequre_S60/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Sequre_S60/configuration.h b/source/Core/BSP/Sequre_S60/configuration.h index 07e7ae99..8bbb2f31 100644 --- a/source/Core/BSP/Sequre_S60/configuration.h +++ b/source/Core/BSP/Sequre_S60/configuration.h @@ -119,7 +119,7 @@ // Vin_max = (3.3*(r1+r2))/(r2) // vdiv = (32768*4)/(vin_max*10) -#if defined(MODEL_S60) + defined(MODEL_S60P)+defined(MODEL_S99) == 0 +#if defined(MODEL_S60) + defined(MODEL_S60P) + defined(MODEL_S99) == 0 #error "No model defined!" #endif