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/teleport | |
parent | 0b25528b6bc433e8609d4e12fb108b4ee7865197 (diff) | |
parent | 327f7ee9a74f1740106d46e65e909208a1372ad3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/teleport')
-rw-r--r-- | keyboards/teleport/native/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/teleport/native/mcuconf.h b/keyboards/teleport/native/mcuconf.h index 8b5d373bc3..ff40f7ec9d 100644 --- a/keyboards/teleport/native/mcuconf.h +++ b/keyboards/teleport/native/mcuconf.h @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include_next "mcuconf.h" +#include_next <mcuconf.h> /* Set PLL M divider from 4 (F411 GENERIC default) to 8, because of 16 MHz crystal on board */ #undef STM32_PLLM_VALUE |