From 288952b5a2cf229fdfc3d7745830923a3269825e Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 5 Jul 2019 11:07:54 +1000 Subject: [PATCH] AP_Logger: reserve W for watts as a unit --- libraries/AP_Logger/LogStructure.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Logger/LogStructure.h b/libraries/AP_Logger/LogStructure.h index 4027d4ada4..9107f91883 100644 --- a/libraries/AP_Logger/LogStructure.h +++ b/libraries/AP_Logger/LogStructure.h @@ -70,6 +70,7 @@ const struct UnitStructure log_Units[] = { { 'v', "V" }, // Volt { 'P', "Pa" }, // Pascal { 'w', "Ohm" }, // Ohm +// { 'W', "Watt" }, // Watt { 'Y', "us" }, // pulse width modulation in microseconds { 'z', "Hz" }, // Hertz { '#', "instance" } // (e.g.)Sensor instance number