Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9286f6

Browse files
committedMar 27, 2018
Fix OMV2 build.
1 parent 870ce65 commit e9286f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/omv/boards/OPENMV2/omv_boardconfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define OMV_DMA_MEMORY SRAM2 // Misc DMA buffers
5151

5252
#define OMV_FB_SIZE (151K) // FB memory: header + QVGA/GS image
53-
#define OMV_FB_ALLOC_SIZE (14K) // minimum fb alloc size
53+
#define OMV_FB_ALLOC_SIZE (12K) // minimum fb alloc size
5454
#define OMV_STACK_SIZE (4K)
5555
#define OMV_HEAP_SIZE (52K)
5656

0 commit comments

Comments
 (0)
Please sign in to comment.