[go: up one dir, main page]

Menu

[4bb095]: / src / dfu_load.h  Maximize  Restore  History

Download this file

10 lines (7 with data), 278 Bytes

1
2
3
4
5
6
7
8
9
#ifndef _SAM7DFU_H
#define _SAM7DFU_H
int dfuload_do_upload(struct usb_dev_handle *usb_handle, int interface,
int xfer_size, const char *fname);
int dfuload_do_dnload(struct usb_dev_handle *usb_handle, int interface,
int xfer_size, const char *fname);
#endif