Browse Source

Add missing gpio include to ps2 vendor (#22063)

pull/22547/head 0.22.5
Dasky 9 months ago
committed by GitHub
parent
commit
16f2a3e2f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      platforms/chibios/drivers/vendor/RP/RP2040/ps2_vendor.c

+ 1
- 0
platforms/chibios/drivers/vendor/RP/RP2040/ps2_vendor.c View File

@ -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