Make #include guard naming consistent
[fw/openocd] / src / helper / log.h
index afaa5b5b285a9ae3f00033ee2fd7f7aa8d624cf6..eb222cbb708d025fcdbd57d36687edf05961ec9a 100644 (file)
@@ -22,8 +22,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef ERROR_H
-#define ERROR_H
+#ifndef OPENOCD_HELPER_LOG_H
+#define OPENOCD_HELPER_LOG_H
 
 #include <helper/command.h>
 
@@ -139,4 +139,4 @@ extern int debug_level;
 #define ERROR_WAIT                                             (-5)
 
 
-#endif /* LOG_H */
+#endif /* OPENOCD_HELPER_LOG_H */