Skip to content

Commit 726e32e

Browse files
Uncomment redvision submodule update
1 parent 32cd22e commit 726e32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparkfun_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function build_micropython_red_vision_rp2 {
321321
fi
322322

323323
# Clone the Red Vision submodule
324-
# git submodule update --init --recursive lib/red_vision
324+
git submodule update --init --recursive lib/red_vision
325325

326326
# Build OpenCV
327327
make -C lib/red_vision/micropython-opencv PLATFORM=rp2350 --no-print-directory ${MAKEOPTS}

0 commit comments

Comments
 (0)