summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/arm_atsam/usb/udc.h
diff options
context:
space:
mode:
authorpatrickmt <40182064+patrickmt@users.noreply.github.com>2018-10-30 17:23:57 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-02 22:33:07 +0100
commit563fe23e53fb747f509b8558bb29bde0baf2d6a8 (patch)
tree9250fece66c0cca196a091b89bea1cf774068206 /tmk_core/protocol/arm_atsam/usb/udc.h
parentf1529e74c41aa511cd04009d9a614a525824418e (diff)
downloadqmk_firmware-563fe23e53fb747f509b8558bb29bde0baf2d6a8.tar.gz
qmk_firmware-563fe23e53fb747f509b8558bb29bde0baf2d6a8.tar.xz
Fix CTRL/ALT keyboard does not wake computer from sleep
Fix for Massdrop CTRL and ALT keyboards not waking computer from sleep
Diffstat (limited to 'tmk_core/protocol/arm_atsam/usb/udc.h')
-rw-r--r--tmk_core/protocol/arm_atsam/usb/udc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/usb/udc.h b/tmk_core/protocol/arm_atsam/usb/udc.h
index c88a442cb..33335d186 100644
--- a/tmk_core/protocol/arm_atsam/usb/udc.h
+++ b/tmk_core/protocol/arm_atsam/usb/udc.h
@@ -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();
}