From d80b08d07ef276a923fce0a6b7194001ea5a0dea Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Wed, 22 Mar 2023 18:16:40 +0100 Subject: [PATCH] apps/examples/flash_test/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- examples/flash_test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flash_test/Makefile b/examples/flash_test/Makefile index 580ec0ab8..462b72b50 100644 --- a/examples/flash_test/Makefile +++ b/examples/flash_test/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/system/flash_test/Makefile +# apps/examples/flash_test/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with