mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-06 18:24:38 +08:00
added some comments on the modifications done into the code
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
#include "ade/memory/alloc.hpp"
|
||||
|
||||
// esp32 uses memalign from malloc.h
|
||||
#if defined(_WIN32) || defined(__ANDROID__) || defined(ANDROID) || defined(ESP32)
|
||||
#include <malloc.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user