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