forked from mirrors/qmk_firmware
Add missing gpio include to ps2 vendor (#22063)
This commit is contained in:
parent
48b4ce6ddb
commit
16f2a3e2f8
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
// Copyright 2022 Marek Kraus (@gamelaster)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "gpio.h"
|
||||
#include "hardware/pio.h"
|
||||
#include "hardware/clocks.h"
|
||||
#include "ps2.h"
|
||||
|
|
Loading…
Reference in a new issue