Skip to content

Commit 7cf7aa9

Browse files
olliw42peterbarker
authored andcommitted
AP_Logger: add dBm unit to log structure
1 parent f7b5cc7 commit 7cf7aa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libraries/AP_Logger/LogStructure.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const struct UnitStructure log_Units[] = {
7070
{ 't', "N.m" }, // Newton meters, torque
7171
{ 'q', "rpm" }, // rounds per minute. Not SI, but sometimes more intuitive than Hertz
7272
{ 'r', "rad" }, // radians
73+
{ 'R', "dBm" }, // decibel-milliwatt (referenced to 1 mW)
7374
{ 'U', "deglongitude" }, // degrees of longitude
7475
{ 'u', "ppm" }, // pulses per minute
7576
{ 'v', "V" }, // Volt

0 commit comments

Comments
 (0)