fixing more typos

- rules.mk named the encoder file wrong
- extra characters in oled.c
This commit is contained in:
Victor 2024-04-05 20:15:15 -05:00
parent 8e29b0b71a
commit 02381c18aa
Failed to generate hash of commit
2 changed files with 2 additions and 4 deletions

View file

@ -101,6 +101,4 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
} else {
return OLED_ROTATION_90;
}
}
a
}