Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions AVR_Code/USB_BULK_TEST/src/ASF/xmega/drivers/usb/usb_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ static UDD_EP_t *udd_ep_get_ctrl(udd_ep_id_t ep);
*/
//@{

//! Global variable to give and record information about setup request management
udd_ctrl_request_t udd_g_ctrlreq;

//! Bit definitions about endpoint control state machine for udd_ep_control_state
typedef enum {
UDD_EPCTRL_SETUP = 0, //!< Wait a SETUP packet
Expand Down
3 changes: 3 additions & 0 deletions AVR_Code/USB_BULK_TEST/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ int main(void){
}
}

//! Global variable to give and record information about setup request management
udd_ctrl_request_t udd_g_ctrlreq;

//CALLBACKS:
void main_suspend_action(void)
{
Expand Down
Loading