nuttx-apps/examples/i2schar
Xiang Xiao a4ae159277 examples/i2schar: Fix the compile error
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;
      |                ^

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ie85a9bc46516f44e4a286da3d40f1b02a2bbfde0
2020-11-24 04:07:55 -08:00
..
i2schar_main.c examples/i2schar: Fix the compile error 2020-11-24 04:07:55 -08:00
i2schar_receiver.c examples: i2schar: nxstyle fixes 2020-04-21 16:41:51 -06:00
i2schar_transmitter.c examples: i2schar: nxstyle fixes 2020-04-21 16:41:51 -06:00
i2schar.h examples: i2schar: nxstyle fixes 2020-04-21 16:41:51 -06:00
Kconfig Kconfig: Change !BUILD_PROTECTED && !BUILD_KERNEL to BUILD_FLAT 2020-04-29 07:23:51 -06:00
Make.defs apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
Makefile build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00