This is an automated email from the ASF dual-hosted git repository. linguini1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 3d0d710975b2221f1142dda74d3fd207852ff660 Author: simbit18 <[email protected]> AuthorDate: Tue Aug 11 19:51:38 2026 +0200 netutils/paho_mqtt: fixed the header file - fixed the header file Signed-off-by: simbit18 <[email protected]> --- netutils/paho_mqtt/Kconfig | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/netutils/paho_mqtt/Kconfig b/netutils/paho_mqtt/Kconfig index 987fccb76..5bd8cbf8a 100644 --- a/netutils/paho_mqtt/Kconfig +++ b/netutils/paho_mqtt/Kconfig @@ -1,17 +1,6 @@ # -# Copyright (C) 2020 Xiaomi Corporation -# -# Licensed 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. +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. # config LIB_MQTT5 @@ -34,4 +23,5 @@ config UTILS_MQTT5_PRIORITY config UTILS_MQTT5_STACKSIZE int "mqtt utility statcksize" default 16384 -endif + +endif # UTILS_MQTT5
