88653c53ed
Co-authored-by: ojthetiny <ba6sti6@gmail.com>
9 lines
168 B
C
9 lines
168 B
C
// Copyright 2022 @ojthetiny
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_I2C_USE_I2C1
|
|
#define RP_I2C_USE_I2C1 TRUE
|