forked from mirrors/qmk_userspace
Fixup config template to match <> instead of "" for includes. (#11166)
This commit is contained in:
parent
f440111b4b
commit
01c7108db5
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include_next "mcuconf.h"
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
// #undef STM32_HSE_ENABLED
|
||||
// #define STM32_HSE_ENABLED FALSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue