From d4424ac9d1771e7b27f573e4c73c83ecd19e2543 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 4 Jan 2021 04:10:34 +0200 Subject: [PATCH] Update stm32cubeai module. --- src/stm32cubeai/py_st_nn.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/stm32cubeai/py_st_nn.c b/src/stm32cubeai/py_st_nn.c index fdc8a5ddd..3cbe56719 100755 --- a/src/stm32cubeai/py_st_nn.c +++ b/src/stm32cubeai/py_st_nn.c @@ -7,11 +7,14 @@ * details. */ -#include "nn_st.h" +#include "py/nlr.h" +#include "py/objlist.h" + #include "omv_boardconfig.h" #include "py_helper.h" +#include "py_assert.h" #include "py_image.h" -#include +#include "nn_st.h" static const mp_obj_type_t py_st_net_type;