From 3fcaf9af04ea56f8a1c454548f9c38d39e731d58 Mon Sep 17 00:00:00 2001 From: rein0925 Date: Sun, 31 Mar 2024 23:34:04 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/schneider_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schneider_model.cpp b/src/schneider_model.cpp index a82acf4..4878881 100644 --- a/src/schneider_model.cpp +++ b/src/schneider_model.cpp @@ -210,7 +210,7 @@ void Schneider::rotate() { void Schneider::led(int num) { //Silence all checks for all lines between the BEGIN and END - // NOLINTBEGIN() + // NOLINTBEGIN switch (num) { case 1: led1 = !led1; break; case 2: led2 = !led2; break;