target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnect
[fw/openocd] / src / helper / log.h
index e1801e9fb56d6b1e9cbc7b934ea6302c6efb2958..7f9f32c59aef73253f124ce4f7084086bdeb49d4 100644 (file)
@@ -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 */