diff options
author | QMK Bot <hello@qmk.fm> | 2023-01-19 01:06:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-01-19 01:06:08 +0000 |
commit | 3723c0e3d57f0afdff0e1b7421d26d6c7f6c980d (patch) | |
tree | ff40347d0912e988e6fca4762b88159ca4987206 /keyboards/tzarc/ghoul | |
parent | 0b25528b6bc433e8609d4e12fb108b4ee7865197 (diff) | |
parent | 327f7ee9a74f1740106d46e65e909208a1372ad3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tzarc/ghoul')
-rw-r--r-- | keyboards/tzarc/ghoul/rev1/stm32/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tzarc/ghoul/rev1/stm32/board.h b/keyboards/tzarc/ghoul/rev1/stm32/board.h index 5379bd4a17..aadaac0449 100644 --- a/keyboards/tzarc/ghoul/rev1/stm32/board.h +++ b/keyboards/tzarc/ghoul/rev1/stm32/board.h @@ -2,7 +2,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include_next "board.h" +#include_next <board.h> #ifdef BOARD_OTG_NOVBUSSENS # undef BOARD_OTG_NOVBUSSENS |