apps/examples/xbc_test/Makefile: fix nxstyle
fix error: Relative file path does not match actual file
This commit is contained in:
parent
3a912b8778
commit
a37267e644
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user