X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=eb222cbb708d025fcdbd57d36687edf05961ec9a;hp=afaa5b5b285a9ae3f00033ee2fd7f7aa8d624cf6;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/helper/log.h b/src/helper/log.h index afaa5b5b28..eb222cbb70 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -22,8 +22,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef ERROR_H -#define ERROR_H +#ifndef OPENOCD_HELPER_LOG_H +#define OPENOCD_HELPER_LOG_H #include @@ -139,4 +139,4 @@ extern int debug_level; #define ERROR_WAIT (-5) -#endif /* LOG_H */ +#endif /* OPENOCD_HELPER_LOG_H */