diff options
Diffstat (limited to 'robot/errcatch.c')
-rw-r--r-- | robot/errcatch.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/errcatch.c b/robot/errcatch.c index 5d2b33f..5b42bb4 100644 --- a/robot/errcatch.c +++ b/robot/errcatch.c @@ -1,3 +1,7 @@ #include "errcatch.h" void w2_errcatch_main() {} + +void w2_errcatch_throw_msg(enum w2_e_errorcodes code, uint16_t length, const char *message) {} + +void w2_errcatch_throw(enum w2_e_errorcodes code) { w2_errcatch_throw_msg(code, 0, ""); } |