aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2/sdlog2_messages.h
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-03-07 11:18:31 +0400
committerAnton Babushkin <anton.babushkin@me.com>2014-03-07 11:18:31 +0400
commit80595c177a65e9ba91a35ffdee49d518df657508 (patch)
tree77d85cf420e32b0b2bfe4beea652cd07fba6fed2 /src/modules/sdlog2/sdlog2_messages.h
parente505f4fae5596b2b53c120a7cb2a03d2d974c83a (diff)
downloadpx4-firmware-80595c177a65e9ba91a35ffdee49d518df657508.tar.gz
px4-firmware-80595c177a65e9ba91a35ffdee49d518df657508.tar.bz2
px4-firmware-80595c177a65e9ba91a35ffdee49d518df657508.zip
sdlog2: code style fixed
Diffstat (limited to 'src/modules/sdlog2/sdlog2_messages.h')
-rw-r--r--src/modules/sdlog2/sdlog2_messages.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/sdlog2/sdlog2_messages.h b/src/modules/sdlog2/sdlog2_messages.h
index 16bfc355d..e27518aa0 100644
--- a/src/modules/sdlog2/sdlog2_messages.h
+++ b/src/modules/sdlog2/sdlog2_messages.h
@@ -267,13 +267,13 @@ struct log_DIST_s {
/* --- TELE - TELEMETRY STATUS --- */
#define LOG_TELE_MSG 22
struct log_TELE_s {
- uint8_t rssi;
- uint8_t remote_rssi;
- uint8_t noise;
- uint8_t remote_noise;
- uint16_t rxerrors;
- uint16_t fixed;
- uint8_t txbuf;
+ uint8_t rssi;
+ uint8_t remote_rssi;
+ uint8_t noise;
+ uint8_t remote_noise;
+ uint16_t rxerrors;
+ uint16_t fixed;
+ uint8_t txbuf;
};
/********** SYSTEM MESSAGES, ID > 0x80 **********/