mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc/common: Reserve JPEG buffer only if defined.
This commit is contained in:
parent
7e1be46202
commit
2d6bc18e9b
@ -195,7 +195,7 @@ PROVIDE(__stack = __StackTop);
|
||||
. = . + OMV_VFS_BUF_SIZE;
|
||||
#endif
|
||||
|
||||
#if !defined(OMV_JPEG_MEMORY)
|
||||
#if defined(OMV_JPEG_SIZE) && !defined(OMV_JPEG_MEMORY)
|
||||
. = ALIGN(16);
|
||||
_jpeg_buf = .; // IDE JPEG buffer
|
||||
. = . + OMV_JPEG_SIZE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user