Merge pull request #1981 from openmv/vospi_debug_fix

misc: Fix build when debugging is enabled.
This commit is contained in:
Ibrahim Abdelkader 2023-10-17 18:06:45 +03:00 committed by GitHub
commit 92f717bc01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
#if OMV_ENABLE_VOSPI || OMV_ENABLE_LEPTON #if OMV_ENABLE_VOSPI || OMV_ENABLE_LEPTON
#include <stdint.h> #include <stdint.h>
#include <string.h>
#include "py/mphal.h" #include "py/mphal.h"
#include "vospi.h" #include "vospi.h"