X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=7f9f32c59aef73253f124ce4f7084086bdeb49d4;hb=33bb0fe6194b697bfc7e89338c0ffac1c54d09be;hp=e1801e9fb56d6b1e9cbc7b934ea6302c6efb2958;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/helper/log.h b/src/helper/log.h index e1801e9fb5..7f9f32c59a 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -138,5 +138,7 @@ extern int debug_level; * make no assumptions about what went wrong and try to handle the problem. */ #define ERROR_FAIL (-4) +#define ERROR_WAIT (-5) + #endif /* LOG_H */