9 lines
168 B
C
9 lines
168 B
C
|
// Copyright 2023 Massdrop, Inc.
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#include_next <board.h>
|
||
|
|
||
|
#undef STM32_HSECLK
|
||
|
#define STM32_HSECLK 16000000U
|