DataFlash: add percent to UnitStructure

This commit is contained in:
Mark Whitehorn 2018-02-05 16:31:43 -07:00 committed by Randy Mackay
parent 6a862c6e24
commit 90d32abd47
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ const struct UnitStructure log_Units[] = {
// { 'N', "N" }, // Newton
{ 'o', "m/s/s" }, // metres per second per second
{ 'O', "degC" }, // degrees Celsius. Not SI, but Kelvin is too cumbersome for most users
{ '%', "%" }, // percent
{ 'S', "satellites" }, // number of satellites
{ 's', "s" }, // seconds
{ 'q', "rpm" }, // rounds per minute. Not SI, but sometimes more intuitive than Hertz