From fc70c6f78f43dbeda91d47b2d2071d4da4082121 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 28 Jul 2025 23:37:45 +0200 Subject: upgrade to ESP-IDF v5; fixed SPI net and app protocoles; reimplemented power management; --- fw/esp32/components/eos/at_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fw/esp32/components/eos/at_cmd.c') diff --git a/fw/esp32/components/eos/at_cmd.c b/fw/esp32/components/eos/at_cmd.c index a1c329e..d9ec228 100644 --- a/fw/esp32/components/eos/at_cmd.c +++ b/fw/esp32/components/eos/at_cmd.c @@ -36,6 +36,7 @@ void at_init(void) { memset(&urc_list, 0, sizeof(ATURCList)); mutex = xSemaphoreCreateBinary(); + assert(mutex != NULL); xSemaphoreGive(mutex); } -- cgit v1.2.3