From d94839a06b7ed57eb47bd3b39248a15099683fab Mon Sep 17 00:00:00 2001 From: ddebernardde <diego.debernard@student.uclouvain.be> Date: Wed, 9 Nov 2022 01:50:56 +0100 Subject: [PATCH] test2 --- switch.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/switch.cpp b/switch.cpp index 3256110..ae1da40 100644 --- a/switch.cpp +++ b/switch.cpp @@ -25,11 +25,10 @@ int main(int argc, char const *argv[]) printf("Vous avez poussé sur le uswitch gauche\n"); delay(300); } - + //test if (kbhit()) { exit(EXIT_SUCCESS); } } - return 0; } -- GitLab