This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 8af42424fa175327067b1c1f0c15b5c8a6bb5b4e Author: simbit18 <[email protected]> AuthorDate: Sat Aug 8 17:13:44 2026 +0200 apps/examples/smf: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- examples/smf/CMakeLists.txt | 18 +++++++++++++++++- examples/smf/Make.defs | 2 +- examples/smf/Makefile | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/examples/smf/CMakeLists.txt b/examples/smf/CMakeLists.txt index bba48ca02..2c21ff653 100644 --- a/examples/smf/CMakeLists.txt +++ b/examples/smf/CMakeLists.txt @@ -1,7 +1,23 @@ # ############################################################################## -# apps/examples/hsm_psicc2/CMakeLists.txt +# apps/examples/smf/CMakeLists.txt # # SPDX-License-Identifier: Apache-2.0 +# +# Licensed to the Apache Software Foundation (ASF) under one or more contributor +# license agreements. See the NOTICE file distributed with this work for +# additional information regarding copyright ownership. The ASF licenses this +# file to you under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. +# # ############################################################################## if(CONFIG_EXAMPLES_SMF) diff --git a/examples/smf/Make.defs b/examples/smf/Make.defs index 00be28079..fe4423c17 100644 --- a/examples/smf/Make.defs +++ b/examples/smf/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/hello/Make.defs +# apps/examples/smf/Make.defs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/examples/smf/Makefile b/examples/smf/Makefile index 2fd9309c1..992cf09ec 100644 --- a/examples/smf/Makefile +++ b/examples/smf/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/hsm_psicc2/Makefile +# apps/examples/smf/Makefile # # SPDX-License-Identifier: Apache-2.0 #
