From a37267e644e26462505d2a9d665ab5534b4174c8 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:30:01 +0100 Subject: [PATCH] apps/examples/xbc_test/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- examples/xbc_test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/xbc_test/Makefile b/examples/xbc_test/Makefile index ba74b42c0..25572ec6b 100644 --- a/examples/xbc_test/Makefile +++ b/examples/xbc_test/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/hello/Makefile +# apps/examples/xbc_test/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -27,7 +27,7 @@ PRIORITY = $(CONFIG_EXAMPLES_XBC_TEST_PRIORITY) STACKSIZE = $(CONFIG_EXAMPLES_XBC_TEST_STACKSIZE) MODULE = $(CONFIG_EXAMPLES_XBC_TEST) -# Xbc_Test, World! Example +# Xbc_Test Example MAINSRC = xbc_test_main.c