From 97ea7b03764be87a62b5a62673d7922b3891b661 Mon Sep 17 00:00:00 2001 From: dak664 Date: Thu, 11 Feb 2010 18:37:21 +0000 Subject: [PATCH] Add SEND_ADC2 command definition --- platform/avr-ravenlcd/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/avr-ravenlcd/main.h b/platform/avr-ravenlcd/main.h index fd6b0dd37..e1f4dd3c3 100644 --- a/platform/avr-ravenlcd/main.h +++ b/platform/avr-ravenlcd/main.h @@ -56,6 +56,7 @@ #define NULL_CMD (0) #define SEND_TEMP (0x80) #define SEND_PING (0x81) +#define SEND_ADC2 (0x82) /** \} */ /** \name These are the Radio to GUI binary commands. */