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

miryoku-merge-master
QMK Bot 5 years ago
commit 5689df7490

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

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

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

@ -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

Loading…
Cancel
Save