aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/log.h')
-rw-r--r--src/helper/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/log.h b/src/helper/log.h
index 2122d81..acc8aed 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -151,7 +151,7 @@ extern int debug_level;
#define ERROR_WAIT (-5)
/* ERROR_TIMEOUT is already taken by winerror.h. */
#define ERROR_TIMEOUT_REACHED (-6)
-#define ERROR_BUSY (-7)
+#define ERROR_TARGET_BUSY (-7)
#endif /* OPENOCD_HELPER_LOG_H */