Fixup ChibiOS header inclusion search ordering. (#19623)
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
This commit is contained in:
9
keyboards/handwired/onekey/nucleo_f446re/board.h
Normal file
9
keyboards/handwired/onekey/nucleo_f446re/board.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2023 Nick Brassel (@tzarc)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#include_next <board.h>
|
||||
|
||||
#undef STM32_HSECLK
|
||||
#define STM32_HSECLK 8000000U
|
||||
#define STM32_HSE_BYPASS
|
||||
Reference in New Issue
Block a user