forked from mirrors/qmk_firmware
9 lines
173 B
C
9 lines
173 B
C
|
// Copyright 2023 zvecr<git@zvecr.com>
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#include_next <board.h>
|
||
|
|
||
|
#undef STM32_HSECLK
|
||
|
#define STM32_HSECLK 16000000
|