This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 77cc8c96b1f602ea1429e4c8a841614a0d2b83d4 Author: simbit18 <[email protected]> AuthorDate: Mon Mar 6 13:09:07 2023 +0100 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
