2023-01-18 00:55:34 -08:00
|
|
|
// Copyright 2022 ShandonCodes (@ShandonCodes)
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
|
2023-01-18 17:05:29 -08:00
|
|
|
#include_next <mcuconf.h>
|
2023-01-18 00:55:34 -08:00
|
|
|
|
|
|
|
#undef STM32_I2C_USE_I2C1
|
|
|
|
#define STM32_I2C_USE_I2C1 TRUE
|