mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 14:13:46 -03:00
10 lines
158 B
C
10 lines
158 B
C
// Copyright 2025 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <board.h>
|
|
|
|
#undef STM32_HSECLK
|
|
#define STM32_HSECLK 16000000U
|