mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
9 lines
157 B
C
9 lines
157 B
C
// Copyright 2022 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#include_next <board.h>
|
|
|
|
#undef STM32_HSECLK
|
|
#define STM32_HSECLK 16000000U
|