diff options
| author | Keith Packard <keithp@keithp.com> | 2013-03-27 01:25:24 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-03-27 01:25:24 -0700 | 
| commit | 4a68878a66508e6f1523cd813b2e37bcf2e90ab3 (patch) | |
| tree | b1835f268298872218490d2b3ec596111b27ce9f /src | |
| parent | 561175afebc63ec3d2f8f7305235c9812ceaf501 (diff) | |
altos: Teleshield has a radio, set HAS_RADIO in ao_pins.h
Otherwise, lots of random code won't know about the radio..
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/teleshield-v0.1/ao_pins.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/teleshield-v0.1/ao_pins.h b/src/teleshield-v0.1/ao_pins.h index 701e25fc..888512b1 100644 --- a/src/teleshield-v0.1/ao_pins.h +++ b/src/teleshield-v0.1/ao_pins.h @@ -60,6 +60,7 @@  	#define LEGACY_MONITOR		0  	#define HAS_RSSI		0  	#define HAS_AES			0 +	#define HAS_RADIO		1  #endif  #if DBG_ON_P1 | 
