Rename identifiers.

This commit is contained in:
László Monda
2018-04-28 11:38:38 +02:00
parent 06ebed5537
commit 9d66f5ff76
3 changed files with 18 additions and 17 deletions

View File

@@ -33,7 +33,7 @@
//Functions:
void InitUsb(void);
bool IsComputerSleeping(void);
void WakeupComputer(bool sendResume);
bool IsHostSleeping(void);
void WakeUpHost(bool sendResume);
#endif