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. */