openocd: remove command line flag -p/--pipe deprecated in v0.5.0
[fw/openocd] / src / helper / log.h
index 0c6623f01e10257c5747273a26a125d7ed162feb..f2ba0daa6f973ed5cfcd8f915dad132a67184886 100644 (file)
@@ -154,6 +154,7 @@ extern int debug_level;
 #define ERROR_WAIT                                             (-5)
 /* ERROR_TIMEOUT is already taken by winerror.h. */
 #define ERROR_TIMEOUT_REACHED                  (-6)
+#define ERROR_NOT_IMPLEMENTED                  (-7)
 
 
 #endif /* OPENOCD_HELPER_LOG_H */