diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-17 21:28:08 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-17 21:28:08 +0200 |
commit | 2b75425070662b869c15673623df44e30ce43ebe (patch) | |
tree | f0dbb5e840e2747be5966952cb2e3554d034ae72 /robot/errcatch.c | |
parent | 365dcc18fbd98645585cdbe009f537ecdaa90c1a (diff) |
code format
Diffstat (limited to 'robot/errcatch.c')
-rw-r--r-- | robot/errcatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/errcatch.c b/robot/errcatch.c index 0f97566..1262a38 100644 --- a/robot/errcatch.c +++ b/robot/errcatch.c @@ -9,8 +9,8 @@ #include "orangutan_shim.h" w2_s_error *g_w2_error_buffer[W2_E_BUFFER_SIZE] = {}; -uint8_t g_w2_error_index = 0; -uint8_t g_w2_error_offset = 0; +uint8_t g_w2_error_index = 0; +uint8_t g_w2_error_offset = 0; void w2_errcatch_main() { while (g_w2_error_index != g_w2_error_offset) { |