From 8f5740a67c616baa53546b55af92df90a3748eff Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Fri, 17 Dec 2021 02:43:24 +0800 Subject: [PATCH] Update the submodule pointer of FreeRTOS-Cellular-Interface (#739) * Update manifest and submodule pointer of FreeRTOS-Cellular-Interface --- FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface b/FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface index 3f8ab4d101..0289b787b7 160000 --- a/FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface +++ b/FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface @@ -1 +1 @@ -Subproject commit 3f8ab4d10162e6fca99077d054fcb590203981a8 +Subproject commit 0289b787b745d0c675fb12ef002574d98d4b402e diff --git a/manifest.yml b/manifest.yml index 818aecf66b..3a0042cd6f 100644 --- a/manifest.yml +++ b/manifest.yml @@ -130,7 +130,7 @@ dependencies: path: "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos" - name: "FreeRTOS-Cellular-Interface" - version: "v1.1.0" + version: "v1.2.0" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git"