mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
|
|
# Makefile for flashing of OpenMV Cam
|
|
|
|
all:
|
|
dfu-util -d 0483:df11 -c 1 -i 0 -a 0 -D openmv.dfu
|