1
0
Fork 0

Fixup ChibiOS header inclusion search ordering. (#19623)

* Add STM32F446-Nucleo onekey. 

* Fixup onekey build for F446, all keymaps.

* Fixup board inclusion search ordering.
This commit is contained in:
Nick Brassel 2023-01-19 12:05:29 +11:00 committed by GitHub
parent 17c9388af5
commit 327f7ee9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 195 additions and 91 deletions

View file

@ -7,5 +7,5 @@
#if __has_include("platforms/chibios/common/configs/chconf.h")
# include_next "platforms/chibios/common/configs/chconf.h"
#else
# include_next "chconf.h"
# include_next <chconf.h>
#endif