From 7c58bc6c3f1d8dc29883f0d993be3d3ad80c53c3 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Fri, 3 May 2024 14:09:58 +0100 Subject: [PATCH] Update reference to (previously) mbedtls_dev Signed-off-by: David Horstmann --- scripts/mbedtls_framework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mbedtls_framework/__init__.py b/scripts/mbedtls_framework/__init__.py index 15b0d60dd..50147ce62 100644 --- a/scripts/mbedtls_framework/__init__.py +++ b/scripts/mbedtls_framework/__init__.py @@ -1,3 +1,3 @@ -# This file needs to exist to make mbedtls_dev a package. +# This file needs to exist to make mbedtls_framework a package. # Among other things, this allows modules in this directory to make # relative imports.