mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
lib: Add rp2350 files to pico-sdk
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2ad0b1afc2
commit
f00919070e
107 changed files with 128556 additions and 0 deletions
9
lib/pico-sdk/rp2350/hardware/structs/ioqspi.h
Normal file
9
lib/pico-sdk/rp2350/hardware/structs/ioqspi.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* Copyright (c) 2024 Raspberry Pi Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
// Support old header for compatibility (and if included, support old variable name)
|
||||
#include "hardware/structs/io_qspi.h"
|
||||
#define ioqspi_hw io_qspi_hw
|
Loading…
Add table
Add a link
Reference in a new issue