X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=7f9f32c59aef73253f124ce4f7084086bdeb49d4;hb=492bab62abe6e94a302899ed19af7e1b23365e78;hp=e1801e9fb56d6b1e9cbc7b934ea6302c6efb2958;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=fw%2Fopenocd diff --git a/src/helper/log.h b/src/helper/log.h index e1801e9fb..7f9f32c59 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 */