Skip to content

Commit 00a2864

Browse files
committed
removed possibility to pass with L1
1 parent 06165f8 commit 00a2864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodScreen_magnetTest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static int wait_event_loop(){
2727
res = ERROR_MANUAL_FAIL;
2828
break;
2929

30-
case SDLK_n:
30+
//case SDLK_n:
3131
case SDLK_ESCAPE:
3232
stop_menu_loop = 1;
3333
res = 0;

0 commit comments

Comments
 (0)