comparison Output/pjrcUSB/arm/usb_dev.h @ 346:1beec5f17e64

Revert "Merge pull request #27 from smasher816/wakeup-devel" This reverts commit 622ea5d85f94be4b1694fdf08e30fa76eeb18fe4, reversing changes made to c21439cb48daec7514da4250c41962205fa96624.
author Jacob Alexander <haata@kiibohd.com>
date Tue, 23 Jun 2015 08:00:16 -0700
parents 66eccdd9ced5
children 23a1868b4ac2
comparison
equal deleted inserted replaced
345:2bcf6800b851 346:1beec5f17e64
53 53
54 extern volatile uint8_t usb_cdc_line_coding[7]; 54 extern volatile uint8_t usb_cdc_line_coding[7];
55 extern volatile uint8_t usb_cdc_line_rtsdtr; 55 extern volatile uint8_t usb_cdc_line_rtsdtr;
56 extern volatile uint8_t usb_cdc_transmit_flush_timer; 56 extern volatile uint8_t usb_cdc_transmit_flush_timer;
57 57
58 extern volatile uint8_t remote_wakeup_enabled;
59
60 58
61 59
62 // ----- Functions ----- 60 // ----- Functions -----
63 61
64 uint8_t usb_configured(); // is the USB port configured 62 uint8_t usb_configured(); // is the USB port configured