mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples/battery/Makefile:Fix mistakes in comments
Fix mistakes in comments
This commit is contained in:
parent
fd8ce46060
commit
e7a86f38d3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# apps/examples/batt/Makefile
|
||||
# apps/examples/battery/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_BATTERY_PRIORITY)
|
|||
STACKSIZE = $(CONFIG_EXAMPLES_BATTERY_STACKSIZE)
|
||||
MODULE = $(CONFIG_EXAMPLES_BATTERY)
|
||||
|
||||
# Hello, World! Example
|
||||
# Battery Example
|
||||
|
||||
MAINSRC = batt_main.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue