1
0

Update STM32F446 default HSE to 8MHz (#25717)

This commit is contained in:
Joel Challis
2025-10-13 06:40:45 +01:00
committed by GitHub
parent 08405df150
commit f4068dbfb0
12 changed files with 71 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2025 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include_next <mcuconf.h>
#undef STM32_PLLM_VALUE
#define STM32_PLLM_VALUE 8
#undef STM32_PLLSAIM_VALUE
#define STM32_PLLSAIM_VALUE 8