aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulian Oes <julian@oes.ch>2013-06-19 10:34:41 +0200
committerJulian Oes <julian@oes.ch>2013-06-19 10:34:41 +0200
commit53eb76f4d558d345cc85b8f30e232b9bca2f0e51 (patch)
treed47fa257cd98e0365744a8f4fc42a922bec9fcb7 /src
parent9ea6636237c02706fa442241920efaef09196580 (diff)
downloadpx4-firmware-53eb76f4d558d345cc85b8f30e232b9bca2f0e51.tar.gz
px4-firmware-53eb76f4d558d345cc85b8f30e232b9bca2f0e51.tar.bz2
px4-firmware-53eb76f4d558d345cc85b8f30e232b9bca2f0e51.zip
Fixed numeration that was introduced through merge, I should add new log messages to the end
Diffstat (limited to 'src')
-rw-r--r--src/modules/sdlog2/sdlog2_messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/sdlog2/sdlog2_messages.h b/src/modules/sdlog2/sdlog2_messages.h
index a83a72514..b6537b2cd 100644
--- a/src/modules/sdlog2/sdlog2_messages.h
+++ b/src/modules/sdlog2/sdlog2_messages.h
@@ -190,14 +190,14 @@ struct log_OUT0_s {
};
/* --- AIRS - AIRSPEED --- */
-#define LOG_AIRS_MSG 13
+#define LOG_AIRS_MSG 14
struct log_AIRS_s {
float indicated_airspeed;
float true_airspeed;
};
/* --- ARSP - ATTITUDE RATE SET POINT --- */
-#define LOG_ARSP_MSG 14
+#define LOG_ARSP_MSG 15
struct log_ARSP_s {
float roll_rate_sp;
float pitch_rate_sp;