[Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)

This commit is contained in:
Drashna Jaelre 2023-04-12 21:43:27 -07:00 committed by GitHub
parent 572f86349e
commit cf5626e024
Failed to generate hash of commit
3 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
// chibiOS headers
#include "ch.h"
#include "hal.h"
#include "gpio.h"
/* Check port settings for clock and data line */
#if !(defined(PS2_CLOCK_PIN))