We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8ce46 commit e7a86f3Copy full SHA for e7a86f3
examples/battery/Makefile
@@ -1,5 +1,5 @@
1
############################################################################
2
-# apps/examples/batt/Makefile
+# apps/examples/battery/Makefile
3
#
4
# Licensed to the Apache Software Foundation (ASF) under one or more
5
# contributor license agreements. See the NOTICE file distributed with
@@ -27,7 +27,7 @@ PRIORITY = $(CONFIG_EXAMPLES_BATTERY_PRIORITY)
27
STACKSIZE = $(CONFIG_EXAMPLES_BATTERY_STACKSIZE)
28
MODULE = $(CONFIG_EXAMPLES_BATTERY)
29
30
-# Hello, World! Example
+# Battery Example
31
32
MAINSRC = batt_main.c
33
0 commit comments