Merge pull request #1099 from openmv/stm32cube

Update stm32cubeai module.
This commit is contained in:
Ibrahim Abd Elkader 2021-01-04 04:42:42 +02:00 committed by GitHub
commit 2da7fb7e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <mp.h>
#include "nn_st.h"
static const mp_obj_type_t py_st_net_type;