Browse Source

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 2 years ago
parent
commit
47145a6ce8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      quantum/pointing_device/pointing_device.c

+ 2 - 0
quantum/pointing_device/pointing_device.c

@@ -19,6 +19,8 @@
 #include "pointing_device.h"
 #include <string.h>
 #include "timer.h"
+#include "gpio.h"
+
 #ifdef MOUSEKEY_ENABLE
 #    include "mousekey.h"
 #endif