summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-11-16 21:51:49 +0700
committerhathach <[email protected]>2023-11-16 21:51:49 +0700
commit83d6263adeaef23943c0eae888a460d6470a8af7 (patch)
treea03367dbe711f14c7dc42254bbcb53c019e20b04 /tools
parente666a39dd7869529fff56717ca68bd4a326a679a (diff)
update freertos-kernel which remove compiler warning from freertos_kernel lib
Diffstat (limited to 'tools')
-rw-r--r--tools/get_deps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py
index a0121f400..8edfaa0a7 100644
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -7,7 +7,7 @@ from multiprocessing import Pool
# path, url, commit, family (Alphabet sorted by path)
deps_mandatory = {
'lib/FreeRTOS-Kernel': ['https://github.com/FreeRTOS/FreeRTOS-Kernel.git',
- '5f19e34f878af97810a7662a75eac59bd74d628b',
+ 'dc09a3dd5144c4033607565c71b9919900f95cff',
'all'],
'lib/lwip': ['https://github.com/lwip-tcpip/lwip.git',
'159e31b689577dbf69cf0683bbaffbd71fa5ee10',