From f31089f3634b19b1ad2755a720ca0fd2fe41369f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 23 Apr 2022 16:16:41 +0200 Subject: [PATCH] fixup! tests/pkg_tflite-micro: add Kconfig support --- tests/pkg_tflite-micro/app.config.test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pkg_tflite-micro/app.config.test b/tests/pkg_tflite-micro/app.config.test index 4798ff9937d8..7b362a474815 100644 --- a/tests/pkg_tflite-micro/app.config.test +++ b/tests/pkg_tflite-micro/app.config.test @@ -1,2 +1,3 @@ CONFIG_PACKAGE_TFLITE-MICRO=y CONFIG_MODULE_MNIST=y +CONFIG_MODULE_CORTEXM_FPU=n