projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40313cf
)
command.h include was not set correctly
author
Drashna Jaelre
<drashna@live.com>
Wed, 31 Oct 2018 01:03:46 +0000
(18:03 -0700)
committer
Jack Humbert
<jack.humb@gmail.com>
Tue, 6 Nov 2018 05:40:30 +0000
(
00:40
-0500)
tmk_core/common/command.h
patch
|
blob
|
history
diff --git
a/tmk_core/common/command.h
b/tmk_core/common/command.h
index d9d89ba0f1ec104cc0e4c423ef7ad36940ac863c..c38f2b9e809d19efe656a8fde299e64d955013fc 100644
(file)
--- a/
tmk_core/common/command.h
+++ b/
tmk_core/common/command.h
@@
-15,8
+15,7
@@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef COMMAND_H
-#define COMMAND
+#pragma once
/* FIXME: Add doxygen comments for the behavioral defines in here. */
@@
-155,5
+154,3
@@
bool command_proc(uint8_t code);
#define XMAGIC_KC(key) KC_##key
#define MAGIC_KC(key) XMAGIC_KC(key)
-
-#endif