mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-01 22:51:58 +00:00
Cleanup
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -18,15 +18,15 @@ float EntsoeA44Parser::getPoint(uint8_t position) {
|
||||
}
|
||||
|
||||
int EntsoeA44Parser::available() {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int EntsoeA44Parser::read() {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int EntsoeA44Parser::peek() {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void EntsoeA44Parser::flush() {
|
||||
|
||||
Reference in New Issue
Block a user