Firmware SDK
twr_dfu.h
1 #ifndef _TWR_DFU_H
2 #define _TWR_DFU_H
3 
4 #include <twr_common.h>
5 
9 
11 void twr_dfu_jump(void);
12 
14 
15 #endif // _TWR_DFU_H
void twr_dfu_jump(void)
Reset the CPU and jump to the USB DFU bootloader.
Definition: twr_dfu.c:3