Skip to content

Commit

Permalink
Fix to test to enable CI pipeline to not fail (maybe :) )
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Feb 11, 2024
1 parent e7db934 commit 2b51a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/app/src/nnx_layer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2b51a75

Please sign in to comment.