From 06c596e19f2c16c65a78f37eb227f93f0e99970f Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Wed, 18 Dec 2019 14:19:18 -0800 Subject: Rename ERROR_BUSY to ERROR_TARGET_BUSY. ERROR_BUSY is already defined somewhere in Windows land. Change-Id: I91e6f5b6448ce38a2a38598b7261a40bd2488ec5 --- src/helper/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper/log.h') 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 */ -- cgit v1.1