target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnect
[fw/openocd] / src / helper / log.h
index e161a6ea2b00b66d1b36143ea9c711f946a18c2b..7f9f32c59aef73253f124ce4f7084086bdeb49d4 100644 (file)
@@ -21,7 +21,7 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
 #ifndef ERROR_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 */