mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix OMV4 build.
This commit is contained in:
parent
673fca8432
commit
a50f059243
@ -63,7 +63,7 @@
|
||||
|
||||
#define OMV_FB_SIZE (400K) // FB memory: header + VGA/GS image
|
||||
#define OMV_FB_ALLOC_SIZE (100K) // minimum fb alloc size
|
||||
#define OMV_STACK_SIZE (8K)
|
||||
#define OMV_STACK_SIZE (7K)
|
||||
#define OMV_HEAP_SIZE (240K)
|
||||
|
||||
#define OMV_LINE_BUF_SIZE (3K) // Image line buffer round(640 * 2BPP * 2 buffers).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user