Fixup config template to match <> instead of "" for includes. (#11166)

master
Nick Brassel 2020-12-09 19:55:43 +11:00 committed by GitHub
parent f440111b4b
commit 01c7108db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -17,4 +17,4 @@
// #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
#include_next "halconf.h"
#include_next <halconf.h>

View File

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