This commit is contained in:
Gunnar Skjold
2021-03-24 09:37:46 +01:00
parent be569d1802
commit 606bac100a
5 changed files with 20 additions and 7 deletions

View File

@@ -6,15 +6,15 @@ float DnbCurrParser::getValue() {
}
int DnbCurrParser::available() {
return 0;
}
int DnbCurrParser::read() {
return 0;
}
int DnbCurrParser::peek() {
return 0;
}
void DnbCurrParser::flush() {