From 2df9113a22f4f67707d9ee777bd6b23ff671b105 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 28 May 2012 11:45:30 -0600 Subject: [PATCH] altos: All cc1111 products have a radio Signed-off-by: Keith Packard --- src/cc1111/ao_pins.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index 4f6edd37..5eef0de4 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -18,6 +18,8 @@ #ifndef _AO_PINS_H_ #define _AO_PINS_H_ +#define HAS_RADIO 1 + #if defined(TELEMETRUM_V_1_0) #define HAS_FLIGHT 1 #define HAS_USB 1 -- 2.30.2