Skip to content

Commit

Permalink
Add missing gpio include to ps2 vendor (qmk#22063)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored and akeep committed Oct 2, 2023
1 parent fb633f1 commit ae3ceec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/chibios/drivers/vendor/RP/RP2040/ps2_vendor.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ae3ceec

Please sign in to comment.