aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/MCHCK_K20/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/MCHCK_K20/board.h')
-rw-r--r--os/hal/boards/MCHCK_K20/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/boards/MCHCK_K20/board.h b/os/hal/boards/MCHCK_K20/board.h
index 504ab0e..aad3e27 100644
--- a/os/hal/boards/MCHCK_K20/board.h
+++ b/os/hal/boards/MCHCK_K20/board.h
@@ -34,6 +34,8 @@
#define GPIOB_LED 16
+#define LINE_LED PAL_LINE(GPIOB, GPIOB_LED)
+
#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {