diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-17 19:26:21 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-17 20:33:34 +0200 |
commit | f00fca5f6f9751b16d868f52bda908c7b4704457 (patch) | |
tree | fd806de2831cbbda07eb84bf74399f7b2b4db112 /robot/errcatch.h | |
parent | 2811447fb6c42b72c04abfc557edf270d4936a97 (diff) |
changed error code names following @FlamingHotToast's suggestion
Diffstat (limited to 'robot/errcatch.h')
-rw-r--r-- | robot/errcatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/errcatch.h b/robot/errcatch.h index fa7a15b..98bb7d0 100644 --- a/robot/errcatch.h +++ b/robot/errcatch.h @@ -17,7 +17,7 @@ typedef struct { } w2_s_error; /** error ring buffer */ -extern w2_s_error *g_w2_error_buffer[W2_ERROR_BUFFER_SIZE]; +extern w2_s_error *g_w2_error_buffer[W2_E_BUFFER_SIZE]; /** stores head of ring buffer */ extern uint8_t g_w2_error_index; /** stores start of ring buffer */ |