Merge pull request #2080 from kwagyeman/kwabena/fix_umm_heap_size

boards/OPENMV_RT1060: Update UMM Heap Size to match H7 Plus.
This commit is contained in:
Ibrahim Abdelkader 2024-01-05 09:53:08 +02:00 committed by GitHub
commit 0db9adf671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)