Expose IsHostSleeping instead of IsHostSleeping()

This commit is contained in:
László Monda
2018-04-28 13:11:25 +02:00
parent 3d4d78387e
commit ec8301ae62
3 changed files with 6 additions and 10 deletions

View File

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