Make some improvements to the sleep/wake code

This commit is contained in:
Eric Tang
2018-07-22 13:13:29 -07:00
parent 5ac10fabcb
commit 2d7cd68459
3 changed files with 28 additions and 25 deletions

View File

@@ -28,12 +28,12 @@
// Variables:
extern bool IsHostSleeping;
extern volatile bool SleepModeActive;
extern usb_composite_device_t UsbCompositeDevice;
//Functions:
void InitUsb(void);
void WakeUpHost(bool sendResume);
void WakeUpHost(void);
#endif