summaryrefslogtreecommitdiff
path: root/keyboards/akb
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-01-19 12:05:29 +1100
committerGitHub <noreply@github.com>2023-01-19 01:05:29 +0000
commit327f7ee9a74f1740106d46e65e909208a1372ad3 (patch)
tree479d7f9c47454b72717cf10e0e4917979b214211 /keyboards/akb
parent17c9388af5432f8e6d97828f6772eaf8031a786b (diff)
Fixup ChibiOS header inclusion search ordering. (#19623)
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
Diffstat (limited to 'keyboards/akb')
-rw-r--r--keyboards/akb/vero/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/akb/vero/mcuconf.h b/keyboards/akb/vero/mcuconf.h
index 3439c90d52..bf2d83997c 100644
--- a/keyboards/akb/vero/mcuconf.h
+++ b/keyboards/akb/vero/mcuconf.h
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include_next "mcuconf.h"
+#include_next <mcuconf.h>
/* Set PLL M divider from 4 (F411 GENERIC default) to 8, because of 16 MHz crystal on board */
#undef STM32_PLLM_VALUE
#define STM32_PLLM_VALUE 8