4b3f9b8b3a
Co-authored-by: Joel Challis <git@zvecr.com>
9 lines
175 B
C
9 lines
175 B
C
// Copyright 2023 Dasky (@daskygit)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_SPI_USE_SPI0
|
|
#define RP_SPI_USE_SPI0 TRUE
|