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