Fix a paste-o, set is212x = false for other chip types. Doh!
This commit is contained in:
parent
634a2d26fd
commit
18cd8a2df8
@ -360,7 +360,7 @@ pcf8523_start(struct nxprtc_softc *sc)
|
||||
is212x = true;
|
||||
break;
|
||||
default:
|
||||
is212x = true;
|
||||
is212x = false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user