summaryrefslogtreecommitdiff
path: root/tmk_core/common/usb_util.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-06-26 11:48:48 +0100
committerGitHub <noreply@github.com>2021-06-26 11:48:48 +0100
commitc232882fda0669e28312446feac3cadb254962e8 (patch)
tree005383b7ae7e7403a0d9cf935f666ca0f7f68aa0 /tmk_core/common/usb_util.c
parent848da57d6e2b87b566457c49a2ed15c147e221f5 (diff)
Allow configuration of USB_VBUS_PIN on chibios (#13342)
Diffstat (limited to 'tmk_core/common/usb_util.c')
-rw-r--r--tmk_core/common/usb_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/usb_util.c b/tmk_core/common/usb_util.c
index e4c50fcb10..d4134a0446 100644
--- a/tmk_core/common/usb_util.c
+++ b/tmk_core/common/usb_util.c
@@ -13,8 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "quantum.h"
#include "usb_util.h"
-#include "wait.h"
__attribute__((weak)) void usb_disable(void) {}
__attribute__((weak)) bool usb_connected_state(void) { return true; }