mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
TX timeout must also be cancelled on a TX error. TX timeout should check if we are waiting for a TXto complete. TX timeout was too short (short than the maximum number of retries).
This commit is contained in:
@@ -38,9 +38,9 @@ ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
||||
|
||||
# Include BCH driver
|
||||
|
||||
CSRCS += bchlib_setup.c bchlib_teardown.c bchlib_read.c bchlib_write.c \
|
||||
bchlib_cache.c bchlib_sem.c bchdev_register.c bchdev_unregister.c \
|
||||
bchdev_driver.c
|
||||
CSRCS += bchlib_setup.c bchlib_teardown.c bchlib_read.c bchlib_write.c
|
||||
CSRCS += bchlib_cache.c bchlib_sem.c bchdev_register.c bchdev_unregister.c
|
||||
CSRCS += bchdev_driver.c
|
||||
|
||||
# Include BCH driver build support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user