From da903ca76e608049779853ed27d4b5c4ce89bf9c Mon Sep 17 00:00:00 2001 From: JoshLafleur Date: Wed, 15 Jan 2025 23:24:05 -0500 Subject: [PATCH] Workflow action fixup: https://github.com/actions/checkout/issues/417 try 3 --- .gitmodules | 2 +- embedded/libs/FreeRTOS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 65351e0a..d9f249fd 100755 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = git@github.com:concordia-fsae/lib_FTDI_FT81x.git [submodule "FreeRTOS"] path = embedded/libs/FreeRTOS - url = git@github.com:ARM-software/CMSIS-FreeRTOS.git + url = https://github.com/ARM-software/CMSIS-FreeRTOS.git [submodule "embedded/libs/CMSIS"] path = embedded/libs/CMSIS url = git@github.com:ARM-software/CMSIS_6.git diff --git a/embedded/libs/FreeRTOS b/embedded/libs/FreeRTOS index 0bb666c1..1a2dd35e 160000 --- a/embedded/libs/FreeRTOS +++ b/embedded/libs/FreeRTOS @@ -1 +1 @@ -Subproject commit 0bb666c1ff7430f5827e9469883b827df5b8fb06 +Subproject commit 1a2dd35eb64974e48a86f32bba689d01a0c43f40