boards/OPENMV_RT1060: Update UMM Heap Size to match H7 Plus.

This commit is contained in:
Kwabena W. Agyeman 2024-01-04 13:54:43 -05:00
parent 4c659b9511
commit b4821d890a

View File

@ -75,7 +75,7 @@
#define JPEG_QUALITY_HIGH 90
// FB Heap Block Size
#define OMV_UMM_BLOCK_SIZE 16
#define OMV_UMM_BLOCK_SIZE 256
// USB config.
#define OMV_USB_IRQN (USB_OTG1_IRQn)