From a159172951a2ca8a221f0268d645d29c8fd8caa3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Konstantin=20=C4=90or=C4=91evi=C4=87?= Date: Wed, 31 Oct 2018 01:34:01 +0100 Subject: [PATCH] Fix header guard in tmk_core/common/command.h (#581) --- tmk_core/common/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmk_core/common/command.h b/tmk_core/common/command.h index b57a6c1c..961edf15 100644 --- a/tmk_core/common/command.h +++ b/tmk_core/common/command.h @@ -16,7 +16,7 @@ along with this program. If not, see . */ #ifndef COMMAND_H -#define COMMAND +#define COMMAND_H /* TODO: Refactoring */ typedef enum { ONESHOT, CONSOLE, MOUSEKEY } command_state_t; -- 2.44.0