diff options
| author | hathach <[email protected]> | 2023-11-16 21:51:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-16 21:51:49 +0700 |
| commit | 83d6263adeaef23943c0eae888a460d6470a8af7 (patch) | |
| tree | a03367dbe711f14c7dc42254bbcb53c019e20b04 | |
| parent | e666a39dd7869529fff56717ca68bd4a326a679a (diff) | |
update freertos-kernel which remove compiler warning from freertos_kernel lib
| -rw-r--r-- | tools/get_deps.py | 2 |
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', |
