From 7bd4a9a149b28fd52580b1cd2c0904441ed9c1f7 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Mon, 26 Jul 2021 21:00:38 +0000 Subject: [PATCH] Update memory_statistics/paths.json with coreSNTP information --- memory_statistics/paths.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memory_statistics/paths.json b/memory_statistics/paths.json index 9c7e76e9..66172f07 100644 --- a/memory_statistics/paths.json +++ b/memory_statistics/paths.json @@ -14,6 +14,9 @@ "corePKCS11": { "path": "FreeRTOS-Plus/Source/corePKCS11" }, + "coreSNTP": { + "path": "FreeRTOS-Plus/Source/coreSNTP" + }, "shadow": { "path": "FreeRTOS-Plus/Source/AWS/device-shadow" },