From 4f250579db1c7da4613e46bea0e829ce982afcd8 Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Wed, 30 Apr 2014 21:21:08 +1000
Subject: [PATCH] DataFlash: added LOG_ATRP_MSG define

---
 libraries/DataFlash/DataFlash.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/DataFlash/DataFlash.h b/libraries/DataFlash/DataFlash.h
index 4cefa0d6d..5bab018a9 100644
--- a/libraries/DataFlash/DataFlash.h
+++ b/libraries/DataFlash/DataFlash.h
@@ -414,6 +414,7 @@ struct PACKED log_Radio {
 #define LOG_GPS2_MSG	  144
 #define LOG_CMD_MSG       145
 #define LOG_RADIO_MSG	  146
+#define LOG_ATRP_MSG      147
 
 // message types 200 to 210 reversed for GPS driver use
 // message types 211 to 220 reversed for autotune use
-- 
GitLab