From 10fef9d9162de0a983e77332c136d40167c3c08a Mon Sep 17 00:00:00 2001 From: simbit18 Date: Tue, 11 Aug 2026 19:37:46 +0200 Subject: [PATCH] mlearning/tflite-micro: fixed the header file - fixed the header file Signed-off-by: simbit18 --- mlearning/tflite-micro/Kconfig | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/mlearning/tflite-micro/Kconfig b/mlearning/tflite-micro/Kconfig index 359ea5819..e83b592eb 100644 --- a/mlearning/tflite-micro/Kconfig +++ b/mlearning/tflite-micro/Kconfig @@ -1,22 +1,7 @@ -############################################################################ -# apps/mlearning/tflite-micro/Kconfig # -# 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 +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. # -# 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. -# -############################################################################ config TFLITEMICRO bool "TFLiteMicro"