mcuconf.c 235 B

1234567891011
  1. // Copyright 2023 Jason Hazel (@jasonhazel)
  2. // SPDX-License-Identifier: GPL-3.0-or-later
  3. #pragma once
  4. #include_next "mcuconf.h"
  5. #undef RP_SPI_USE_SPI0
  6. #define RP_SPI_USE_SPI0 TRUE
  7. #undef RP_I2C_USE_I2C1
  8. #define RP_I2C_USE_I2C1 TRUE