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