aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/nand.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/nand.c')
-rw-r--r--os/hal/src/nand.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/src/nand.c b/os/hal/src/nand.c
index c5536f4be..ee2bd3b2d 100644
--- a/os/hal/src/nand.c
+++ b/os/hal/src/nand.c
@@ -242,8 +242,6 @@ void nandObjectInit(NANDDriver *nandp) {
void nandStart(NANDDriver *nandp, const NANDConfig *config) {
osalDbgCheck((nandp != NULL) && (config != NULL));
- osalDbgAssert(config->fsmcp->state == FSMC_READY,
- "lower level driver not ready");
osalDbgAssert((nandp->state == NAND_STOP) ||
(nandp->state == NAND_READY),
"invalid state");