refactor(i2c_master): Change member type of i2c_operation_job_t

Closes https://github.com/espressif/esp-idf/issues/17585
This commit is contained in:
Chen Chen
2025-09-19 15:14:48 +08:00
parent c8bbe90e26
commit 3d73884ae8
3 changed files with 8 additions and 2 deletions

View File

@@ -193,6 +193,8 @@ If declarator-id:
struct esp_cam_ctlr_csi_config_t
--------------------------------^
i2c_master.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/peripherals/i2c:line.
Declaration is '.. cpp:member:: uint8_t * data'.
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
If pointer to member declarator:
Invalid C++ declaration: Expected identifier in nested name. [error at 32]