mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
PCA9555: Remove duplicate variable declaration
This commit is contained in:
committed by
Gregory Nutt
parent
0682671ffe
commit
35df528f69
+1
-1
Submodule configs updated: 0a0d6b3232...3ffa424853
@@ -459,8 +459,6 @@ static int pca9555_multiwritepin(FAR struct ioexpander_dev_s *dev,
|
|||||||
int index;
|
int index;
|
||||||
int pin;
|
int pin;
|
||||||
|
|
||||||
int ret;
|
|
||||||
|
|
||||||
/* Get exclusive access to the PCA555 */
|
/* Get exclusive access to the PCA555 */
|
||||||
|
|
||||||
pca9555_lock(pca);
|
pca9555_lock(pca);
|
||||||
|
|||||||
Reference in New Issue
Block a user