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 c86b154677c9fad1cdf659e5d7a448b906a42731 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Wed Mar 22 18:12:31 2023 +0100 apps/examples/fboverlay/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- examples/fboverlay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fboverlay/Makefile b/examples/fboverlay/Makefile index 9c80d122c..8072f0f89 100644 --- a/examples/fboverlay/Makefile +++ b/examples/fboverlay/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/graphics/fboverlay/Makefile +# apps/examples/fboverlay/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with