This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit d80b08d07ef276a923fce0a6b7194001ea5a0dea Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Wed Mar 22 18:16:40 2023 +0100 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