[Bug] Missing imports in PS/2 files
exentio opened this issue · 0 comments
exentio commented
Due to missing imports in some files, in some cases it's impossible to compile PS/2 support (tested with a STM32F103C6T6) due to missing pin definitions.
The solution is to add #include "gpio.h"
at the beginning of the files platforms/chibios/drivers/ps2/ps2_io.c
and drivers/ps2/ps2_interrupt.c
, as said in the Discord server.