Update comm_if_windows for cellular interface (#851)

* Use mutex to protect rxEvent between different threads
* Update naming for static private function
* Update cellular interface submodule pointer
This commit is contained in:
chinglee-iot 2022-09-26 15:35:31 +08:00 committed by GitHub
parent 0a46f479b9
commit 51def4683f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 108 additions and 73 deletions

View file

@ -130,7 +130,7 @@ dependencies:
path: "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos"
- name: "FreeRTOS-Cellular-Interface"
version: "v1.2.0"
version: "fd61654"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git"