1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Fix typo: Formated -> Formatted

This commit is contained in:
2025-07-29 19:26:51 +02:00
parent e93193c3e0
commit 588008e370
4 changed files with 6 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ typedef struct{
double value;
String svalue;
String unit;
} FormatedData;
} FormattedData;
// Formatter for boat values
FormatedData formatValue(GwApi::BoatValue *value, CommonData &commondata);
FormattedData formatValue(GwApi::BoatValue *value, CommonData &commondata);