Lots of minor changes

This commit is contained in:
2026-02-14 18:29:55 +01:00
parent 8d5e41846b
commit d79358fa48
9 changed files with 2486 additions and 3293 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ RdsPiBuffer::State RdsPiBuffer::add(uint16_t value, bool error) {
return this->getState(value);
}
void RdsPiBuffer::clear(){
void RdsPiBuffer::clear() {
this->fill = 0;
this->pos = (uint8_t)-1;
}