add missing gpio include for pointing motion pin (#22246)

pull/22250/head 0.22.12
Dasky 2023-10-11 08:06:28 +01:00 committed by GitHub
parent 0650f783b5
commit 81e086b387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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