Add missing gpio include to ps2 vendor (#22063)

master
Dasky 2 years ago committed by GitHub
parent 48b4ce6ddb
commit 16f2a3e2f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      platforms/chibios/drivers/vendor/RP/RP2040/ps2_vendor.c

@ -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…
Cancel
Save