1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/tflite-micro: Remove commented out code

Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
This commit is contained in:
Kasper Hjort Berthelsen 2024-05-24 12:09:03 +02:00
parent 2622478c90
commit df5d9d4813

View File

@ -46,8 +46,6 @@ all: $(TFLITE_MODULES_USED)
.PHONY: tflite-%
# .PHONY: $(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema_generated.h
$(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema_generated.h: $(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema.fbs $(FLATC)
$(FLATC) --cpp -o "$(dir $@)" "$<"