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,6 +15,6 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include_next "board.h"
|
||||
#include_next <board.h>
|
||||
|
||||
// #undef STM32_HSE_BYPASS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue