diff options
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index c489e1407..bc4d9ec1a 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
@@ -204,6 +204,8 @@ | |||
204 | #define B13 PAL_LINE(GPIOB, 13) | 204 | #define B13 PAL_LINE(GPIOB, 13) |
205 | #define B14 PAL_LINE(GPIOB, 14) | 205 | #define B14 PAL_LINE(GPIOB, 14) |
206 | #define B15 PAL_LINE(GPIOB, 15) | 206 | #define B15 PAL_LINE(GPIOB, 15) |
207 | #define B16 PAL_LINE(GPIOB, 16) | ||
208 | #define B17 PAL_LINE(GPIOB, 17) | ||
207 | #define C0 PAL_LINE(GPIOC, 0) | 209 | #define C0 PAL_LINE(GPIOC, 0) |
208 | #define C1 PAL_LINE(GPIOC, 1) | 210 | #define C1 PAL_LINE(GPIOC, 1) |
209 | #define C2 PAL_LINE(GPIOC, 2) | 211 | #define C2 PAL_LINE(GPIOC, 2) |