aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/led.h')
-rw-r--r--tmk_core/common/led.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h
index 81c664d60..0fe38ea03 100644
--- a/tmk_core/common/led.h
+++ b/tmk_core/common/led.h
@@ -17,8 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#pragma once 18#pragma once
19 19
20#include "stdint.h" 20#include <stdint.h>
21#include "stdbool.h" 21#include <stdbool.h>
22 22
23/* FIXME: Add doxygen comments here. */ 23/* FIXME: Add doxygen comments here. */
24 24