diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-26 16:27:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-26 16:27:48 +0200 |
commit | 55fe6aaeee49894dc07516f0c4e21f692b2950fe (patch) | |
tree | d6c709d5b8567381873fc38ecc7a599d3af6339d /robot/errcatch.c | |
parent | 6b7b02596522b0db476dd64bb69e0e3825ce790d (diff) |
remove some debug lines
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 |