xiaoxiang781216 opened a new pull request #501: URL: https://github.com/apache/incubator-nuttx-apps/pull/501
## Summary 2schar_main.c: In function 'parse_args': i2schar_main.c:199:20: error: 'struct i2schar_state_s' has no member named 'rxcount' 199 | i2schar->rxcount = (uint32_t)value; | ^~ i2schar_main.c:211:20: error: 'struct i2schar_state_s' has no member named 'txcount' 211 | i2schar->txcount = (uint32_t)value; | ^~ i2schar_main.c: In function 'i2schar_main': i2schar_main.c:276:16: error: 'struct i2schar_state_s' has no member named 'rxcount' 276 | g_i2schar.rxcount = CONFIG_EXAMPLES_I2SCHAR_RXBUFFERS; | ^ ## Impact ## Testing ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org