rc_proto: choose best power level for rc transmit
[protos/xbee.git] / main.h
diff --git a/main.h b/main.h
index 693a5c8..88629df 100644 (file)
--- a/main.h
+++ b/main.h
@@ -32,6 +32,8 @@ enum xbee_ctx_type {
        DUMP_CONF,
 };
 
+#define MAX_POWER_LEVEL 5
+
 /* used for timeouts and xbee rx callback */
 struct xbee_ctx {
        enum xbee_ctx_type type;