Skip to content

Commit 90f87dc

Browse files
committed
Remove TODO comment for ULAB_MAX_DIMS
4 dimensions is required for some OpenCV things
1 parent 3ac97b8 commit 90f87dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/opencv_upy.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ set(MICROPY_C_HEAP_SIZE 65536)
3131
# functions
3232
set(MICROPY_TRACKED_ALLOC 1)
3333

34-
# Set ULAB max number of dimensions to 4 (default is 2). TODO: See if 4 is
35-
# actually needed, or if we can get away with 2.
34+
# Set ULAB max number of dimensions to 4 (default is 2), which is needed for
35+
# some OpenCV functions
3636
target_compile_definitions(usermod INTERFACE ULAB_MAX_DIMS=4)
3737

3838
# Include ULAB

0 commit comments

Comments
 (0)