diff options
author | Drashna Jaelre <drashna@drashna.net> | 2023-04-12 21:43:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 21:43:27 -0700 |
commit | cf5626e0246b66879b03a18115a19a566e839f48 (patch) | |
tree | 22a611c7d65ca066075bbf34b1785523e97d0f8b /drivers | |
parent | 572f86349ec50d5187d8448f8eb1cf73fa670f5a (diff) |
[Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ps2/ps2_interrupt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ps2/ps2_interrupt.c b/drivers/ps2/ps2_interrupt.c index 2810a0f126..f7400564ef 100644 --- a/drivers/ps2/ps2_interrupt.c +++ b/drivers/ps2/ps2_interrupt.c @@ -47,6 +47,7 @@ POSSIBILITY OF SUCH DAMAGE. // chibiOS headers # include "ch.h" # include "hal.h" +# include "gpio.h" #endif #include "ps2.h" |