blob: e6cf0b2856ff0c3644e35c1be0ab33abf6c05b61 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright 2025 @ Keychron (https://www.keychron.com)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include_next <board.h>
#undef STM32_HSECLK
#define STM32_HSECLK 16000000U
|