Add missing case statments

This commit is contained in:
rhgndf 2023-10-07 19:34:03 +08:00
parent 393c03993b
commit d26234d6ca
1 changed files with 2 additions and 2 deletions

View File

@ -1094,8 +1094,8 @@ static void writePes(void) {
setPV(1);
switch(gal) {
GAL6001:
GAL6002:
case GAL6001:
case GAL6002:
setRow(0);
sendBits(20, 0);
for (rbit = 0; rbit < 64; rbit++) {