error number: review
Review allocation of error numbers in openocd to avoid overlap. Put brackets around negative numbers to avoid issues during macro expansion. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
4fa3cc7746
commit
6cb2d6dd7a
@@ -176,6 +176,6 @@ enum
|
||||
XSCALE_TXRXCTRL,
|
||||
};
|
||||
|
||||
#define ERROR_XSCALE_NO_TRACE_DATA (-1500)
|
||||
#define ERROR_XSCALE_NO_TRACE_DATA (-700)
|
||||
|
||||
#endif /* XSCALE_H */
|
||||
|
||||
Reference in New Issue
Block a user