Skip to content

Commit

Permalink
コメントを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rein0925 committed Mar 31, 2024
1 parent 3045d92 commit 3fcaf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schneider_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3fcaf9a

Please sign in to comment.