Clean up file endings

This commit is contained in:
Scott Lahteine
2018-11-04 18:17:49 -06:00
parent b99f0776d6
commit 0c85869c26
13 changed files with 0 additions and 14 deletions

View File

@ -180,4 +180,3 @@ uint8_t utf8_strlen(const char *pstart) {
uint8_t utf8_strlen_P(PGM_P pstart) {
return utf8_strlen_cb(pstart, read_byte_rom);
}