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 75b251982729a948aaa2d2b04a22b4fa21fd2fe7 Author: simbit18 <[email protected]> AuthorDate: Mon Mar 6 14:20:41 2023 +0100 apps/testing/unity/Make.defs: fix nxstyle fix error: Relative file path does not match actual file --- testing/unity/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/unity/Make.defs b/testing/unity/Make.defs index ecf21ddbf..283cbe05c 100644 --- a/testing/unity/Make.defs +++ b/testing/unity/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/testing/Make.defs +# apps/testing/unity/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
