X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=7f9f32c59aef73253f124ce4f7084086bdeb49d4;hb=19f219f731f29503c8e4d432935d3ea558cc1659;hp=e161a6ea2b00b66d1b36143ea9c711f946a18c2b;hpb=8b00e56e6433cff3ff818835953b27765aaabab0;p=openocd.git diff --git a/src/helper/log.h b/src/helper/log.h index e161a6ea2b..7f9f32c59a 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -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 */