mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
fix typo in pca9555
This commit is contained in:
committed by
Abdelatif Guettouche
parent
73dcbac09d
commit
85b0faed21
@@ -814,7 +814,7 @@ static int pca9555_detach(FAR struct ioexpander_dev_s *dev, FAR void *handle)
|
||||
DEBUGASSERT(pca != NULL && cb != NULL);
|
||||
DEBUGASSERT((uintptr_t)cb >= (uintptr_t)&pca->cb[0] &&
|
||||
(uintptr_t)cb <=
|
||||
(uintptr_t)&pca->cb[CONFIG_TCA64XX_INT_NCALLBACKS - 1]);
|
||||
(uintptr_t)&pca->cb[CONFIG_PCA9555_INT_NCALLBACKS - 1]);
|
||||
UNUSED(pca);
|
||||
|
||||
cb->pinset = 0;
|
||||
|
||||
Reference in New Issue
Block a user