10 lines
171 B
C
10 lines
171 B
C
|
// Copyright 2024 Dasky (@daskygit)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include_next <board.h>
|
||
|
|
||
|
#undef STM32_HSECLK
|
||
|
#define STM32_HSECLK 12000000
|