00001 00038 #ifndef USB_UDC_AT90USB_H_INCLUDED 00039 #define USB_UDC_AT90USB_H_INCLUDED 00040 00041 static inline void udc_set_address(struct udc *udc, unsigned int addr) 00042 { 00043 /* We'll just peek at the SETUP request when status is done. */ 00044 } 00045 00046 #endif /* USB_UDC_AT90USB_H_INCLUDED */ 00047
1.6.3