mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1eb96cfc79
BREAKING CHANGE: removed ringbuf.h from public i2c.h
12 lines
280 B
C
12 lines
280 B
C
/*
|
|
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* NOTE: this is not the original header file from the soc component. It is a stripped-down copy to support mocking.
|
|
*/
|
|
|
|
#define SOC_I2C_NUM (2)
|