This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9e9e0328a816effe408283e91f4d085560f88bb0 Author: Petro Karashchenko <[email protected]> AuthorDate: Thu May 18 00:49:56 2023 +0300 include/nuttx/audio: remove unnecessary forward declaration Signed-off-by: Petro Karashchenko <[email protected]> --- include/nuttx/audio/es8311.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/nuttx/audio/es8311.h b/include/nuttx/audio/es8311.h index 0fce6d0439..59ffc4d652 100644 --- a/include/nuttx/audio/es8311.h +++ b/include/nuttx/audio/es8311.h @@ -109,8 +109,6 @@ * Public Types ****************************************************************************/ -struct es8311_lower_s; - struct es8311_lower_s { /* I2C characterization */
