Skip to content

Commit e7a86f3

Browse files
simbit18xiaoxiang781216
authored andcommitted
apps/examples/battery/Makefile:Fix mistakes in comments
Fix mistakes in comments
1 parent fd8ce46 commit e7a86f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/battery/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# apps/examples/batt/Makefile
2+
# apps/examples/battery/Makefile
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one or more
55
# contributor license agreements. See the NOTICE file distributed with
@@ -27,7 +27,7 @@ PRIORITY = $(CONFIG_EXAMPLES_BATTERY_PRIORITY)
2727
STACKSIZE = $(CONFIG_EXAMPLES_BATTERY_STACKSIZE)
2828
MODULE = $(CONFIG_EXAMPLES_BATTERY)
2929

30-
# Hello, World! Example
30+
# Battery Example
3131

3232
MAINSRC = batt_main.c
3333

0 commit comments

Comments
 (0)