docs icon indicating copy to clipboard operation
docs copied to clipboard

Added missing ; to getNormalizedSoC example

Open trylaarsdam opened this issue 2 years ago • 0 comments

Added the missing semicolon to the getNormalizedSoC prototype example.

Original:

float getNormalizedSoC()

Modified:

float getNormalizedSoC();

trylaarsdam avatar Sep 14 '21 14:09 trylaarsdam