mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
[nxstyle] fix Relative file path
fix Relative file path does not match actual file. EOL Conversion -> Unix (LF) Adding the message header to the Kconfig file Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
a0dfd187d8
commit
b84f93c4df
3 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ##############################################################################
|
||||
# apps/benchmarks/superpi/CMakeList.txt
|
||||
# apps/benchmarks/superpi/CMakeLists.txt
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config EXAMPLES_CHARGER
|
||||
bool "Battery charger example"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# ##############################################################################
|
||||
# apps/examples/udpblaster/udpblaster.cmake
|
||||
# apps/examples/udpblaster/udpblaster_host.cmake
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue