Skip to content
Snippets Groups Projects
Commit 8e5c6675 authored by C-Glick's avatar C-Glick
Browse files

Crazyflie responding to usb signal, but

not rebooting into DFU mode and failing self check on startup. see issue !81
parent 77654ece
No related branches found
No related tags found
1 merge request!69Streamlined USB flashing
......@@ -189,7 +189,7 @@ static uint8_t usbd_cf_Setup(void *pdev , USB_SETUP_REQ *req)
((void (*)(void)) *((uint32_t*) 0x00000004))();
while (1);
}
else {
......
......@@ -3,4 +3,4 @@ from cfusb import CfUsb
#TODO this devieid might need to be dynamic?
cfusb = CfUsb(devid=int(0))
cfusb.set_crtp_to_usb(True)
\ No newline at end of file
cfusb.set_cf_to_dfu()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment