Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2020-12-09 08:56:17 +00:00
commit 5689df7490
4 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,6 @@
*/ */
#pragma once #pragma once
#include_next "board.h" #include_next <board.h>
// #undef STM32_HSE_BYPASS // #undef STM32_HSE_BYPASS

View File

@ -17,4 +17,4 @@
// #define CH_CFG_OPTIMIZE_SPEED TRUE // #define CH_CFG_OPTIMIZE_SPEED TRUE
#include_next "chconf.h" #include_next <chconf.h>

View File

@ -17,4 +17,4 @@
// #define HAL_USE_DAC TRUE // #define HAL_USE_DAC TRUE
#include_next "halconf.h" #include_next <halconf.h>

View File

@ -15,7 +15,7 @@
*/ */
#pragma once #pragma once
#include_next "mcuconf.h" #include_next <mcuconf.h>
// #undef STM32_HSE_ENABLED // #undef STM32_HSE_ENABLED
// #define STM32_HSE_ENABLED FALSE // #define STM32_HSE_ENABLED FALSE