Fix a paste-o, set is212x = false for other chip types. Doh!

This commit is contained in:
ian 2019-07-18 01:37:00 +00:00
parent db85d947ee
commit 964d4b7330

View File

@ -360,7 +360,7 @@ pcf8523_start(struct nxprtc_softc *sc)
is212x = true;
break;
default:
is212x = true;
is212x = false;
break;
}