Fix header guard in tmk_core/common/command.h (#581)
This commit is contained in:
parent
00f5ed3210
commit
a159172951
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/
|
||||
|
||||
#ifndef COMMAND_H
|
||||
#define COMMAND
|
||||
#define COMMAND_H
|
||||
|
||||
/* TODO: Refactoring */
|
||||
typedef enum { ONESHOT, CONSOLE, MOUSEKEY } command_state_t;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue