29d1a2cc51
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
11 lines
229 B
C
11 lines
229 B
C
// Copyright 2023 ziptyze
|
|
// SPDX-License-Identifier: GPL-2.0-or-later#pragma once
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_I2C_USE_I2C1
|
|
#undef RP_ADC_USE_ADC1
|
|
#define RP_I2C_USE_I2C1 TRUE
|
|
#define RP_ADC_USE_ADC1 TRUE
|