From 2b51a75328b8564fdc35ea375b6c16a9a120b80a Mon Sep 17 00:00:00 2001 From: Francesco Conti Date: Sun, 11 Feb 2024 21:06:41 +0000 Subject: [PATCH] Fix to test to enable CI pipeline to not fail (maybe :) ) --- test/app/src/nnx_layer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/app/src/nnx_layer.c b/test/app/src/nnx_layer.c index 0d98ff6..004115e 100644 --- a/test/app/src/nnx_layer.c +++ b/test/app/src/nnx_layer.c @@ -66,7 +66,8 @@ typedef ne16_pulp_conf_t nnx_bsp_conf_t; #include "neureka.h" #include "neureka_gvsoc.h" -#include "neureka_siracusa_bsp.h" +// this actually includes "neureka_siracusa_bsp.h" unless NNX_NEUREKA_TESTBENCH is defined +#include "neureka_bsp.h" #include "neureka_task.h" #include "pulp_nnx_neureka.h"