X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=f2ba0daa6f973ed5cfcd8f915dad132a67184886;hb=433e37f02f6a38a3905b84f2aac12fdd66045137;hp=0c6623f01e10257c5747273a26a125d7ed162feb;hpb=aa628304e2a5a629ffee136089c0abee48db355b;p=fw%2Fopenocd diff --git a/src/helper/log.h b/src/helper/log.h index 0c6623f01..f2ba0daa6 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -154,6 +154,7 @@ extern int debug_level; #define ERROR_WAIT (-5) /* ERROR_TIMEOUT is already taken by winerror.h. */ #define ERROR_TIMEOUT_REACHED (-6) +#define ERROR_NOT_IMPLEMENTED (-7) #endif /* OPENOCD_HELPER_LOG_H */