From 77cc8c96b1f602ea1429e4c8a841614a0d2b83d4 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:09:07 +0100 Subject: [PATCH] apps/testing/mtd_config_fs/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- testing/mtd_config_fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mtd_config_fs/Makefile b/testing/mtd_config_fs/Makefile index 7446e60ae..85d1aa8a5 100644 --- a/testing/mtd_config_fs/Makefile +++ b/testing/mtd_config_fs/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/testing/mtd_nvs/Makefile +# apps/testing/mtd_config_fs/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with