diff options
Diffstat (limited to 'robot/errcatch.c')
-rw-r--r-- | robot/errcatch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/robot/errcatch.c b/robot/errcatch.c index fc6a1e8..6a3452c 100644 --- a/robot/errcatch.c +++ b/robot/errcatch.c @@ -1,5 +1,5 @@ -#include <string.h> #include <stdio.h> +#include <string.h> #include "../shared/errcatch.h" #include "modes.h" @@ -44,6 +44,8 @@ void w2_errcatch_handle_error(w2_s_error *error) { break; case W2_E_WARN_MODE_HISTORY_BUFFER_IOB: break; + case W2_E_WARN_PING_TIMEOUT: + break; default: { g_w2_error_uncaught = true; #ifdef W2_SIM |