Fix CTRL/ALT keyboard does not wake computer from sleep

Fix for Massdrop CTRL and ALT keyboards not waking computer from sleep
This commit is contained in:
patrickmt
2018-10-30 12:23:57 -04:00
committed by Drashna Jaelre
parent f1529e74c4
commit 563fe23e53
2 changed files with 20 additions and 12 deletions

View File

@@ -210,7 +210,7 @@ static inline void udc_detach(void)
/*! \brief The USB driver sends a resume signal called \e "Upstream Resume"
* This is authorized only when the remote wakeup feature is enabled by host.
*/
static inline void udc_remotewakeup(void)
inline void udc_remotewakeup(void)
{
udd_send_remotewakeup();
}