diff --git a/GameControllerHandler.h b/GameControllerHandler.h index 1b522c3..2b32bcf 100644 --- a/GameControllerHandler.h +++ b/GameControllerHandler.h @@ -109,6 +109,7 @@ public: default: break; } + usleep(100); } } }