mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Comment out assertion that apparently fires inappropriately
This commit is contained in:
@@ -1212,7 +1212,9 @@ static void sam_eventtimeout(int argc, uint32_t arg)
|
|||||||
struct sam_dev_s *priv = (struct sam_dev_s *)arg;
|
struct sam_dev_s *priv = (struct sam_dev_s *)arg;
|
||||||
|
|
||||||
DEBUGASSERT(argc == 1 && priv != NULL);
|
DEBUGASSERT(argc == 1 && priv != NULL);
|
||||||
DEBUGASSERT((priv->waitevents & SDIOWAIT_TIMEOUT) != 0);
|
|
||||||
|
/* This can, apparently, happen under certain race conditions */
|
||||||
|
/* DEBUGASSERT((priv->waitevents & SDIOWAIT_TIMEOUT) != 0); */
|
||||||
|
|
||||||
/* Is a data transfer complete event expected? */
|
/* Is a data transfer complete event expected? */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user