From 6f599cbecd749ffa63b91b36cf99395b0c7c3202 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 26 Aug 2024 10:18:27 +0200 Subject: [PATCH] Fix failing to init submodules The commit 86a3ed9baf621c19b72fdcd7429a88c9f3237a1f is on branch fix_STM32F401, not master. This needs to be correctly pointed in order to be able to init submodules & build. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7cd8281fa1..9ec1f5dce5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "lib/chibios"] path = lib/chibios url = https://github.com/Keychron/ChibiOS.git - branch = master + branch = fix_STM32F401 [submodule "lib/chibios-contrib"] path = lib/chibios-contrib url = https://github.com/qmk/ChibiOS-Contrib