apps/examples/xbc_test/Makefile: fix nxstyle

fix error: Relative file path does not match actual file
This commit is contained in:
simbit18 2023-03-10 15:30:01 +01:00 committed by Petro Karashchenko
parent 3a912b8778
commit a37267e644

View File

@ -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