Fix header guard in tmk_core/common/command.h (#581)

This commit is contained in:
Konstantin Đorđević 2018-10-31 01:34:01 +01:00 committed by hasu@tmk
parent 00f5ed3210
commit a159172951

View file

@ -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;