diff options
author | Keith Packard <keithp@keithp.com> | 2012-05-28 11:45:30 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-05-28 11:45:30 -0600 |
commit | 2df9113a22f4f67707d9ee777bd6b23ff671b105 (patch) | |
tree | 4abdf722d434d38a405ea7a0f71f4baf61e733a0 /src/cc1111/ao_pins.h | |
parent | a53b8b84283eb62157b0f8ecd8061f61a4b6bd6f (diff) |
altos: All cc1111 products have a radio
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_pins.h')
-rw-r--r-- | src/cc1111/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |