From 7f5eeabadc22a00da2ac6f6551cfa15772c6f758 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 12 Apr 2014 18:21:31 +1000 Subject: [PATCH] DataFlash: reserve a range of msg types for autotuning logs --- libraries/DataFlash/DataFlash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/DataFlash/DataFlash.h b/libraries/DataFlash/DataFlash.h index e4dcc15654..4cefa0d6d1 100644 --- a/libraries/DataFlash/DataFlash.h +++ b/libraries/DataFlash/DataFlash.h @@ -416,6 +416,7 @@ struct PACKED log_Radio { #define LOG_RADIO_MSG 146 // message types 200 to 210 reversed for GPS driver use +// message types 211 to 220 reversed for autotune use #include "DataFlash_Block.h" #include "DataFlash_File.h"