Add whitespaces according to coding style

Co-authored-by: discip <53649486+discip@users.noreply.github.com>
This commit is contained in:
jonasius
2024-05-26 23:09:06 +02:00
committed by GitHub
parent a3b7abbf0e
commit 5ea42a8bbf

View File

@@ -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