From a2d2e85ba179a861c88527920339c433461f3b30 Mon Sep 17 00:00:00 2001 From: Gone4Dirt Date: Sat, 7 Nov 2020 12:37:13 +0000 Subject: [PATCH] AP_Logger: Reinstate Watt unit --- libraries/AP_Logger/LogStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Logger/LogStructure.h b/libraries/AP_Logger/LogStructure.h index d0ef85fa3f..9c288809ae 100644 --- a/libraries/AP_Logger/LogStructure.h +++ b/libraries/AP_Logger/LogStructure.h @@ -72,7 +72,7 @@ const struct UnitStructure log_Units[] = { { 'v', "V" }, // Volt { 'P', "Pa" }, // Pascal { 'w', "Ohm" }, // Ohm -// { 'W', "Watt" }, // Watt + { 'W', "Watt" }, // Watt { 'Y', "us" }, // pulse width modulation in microseconds { 'z', "Hz" }, // Hertz { '#', "instance" } // (e.g.)Sensor instance number