diff options
author | Keith Packard <keithp@keithp.com> | 2010-10-24 15:36:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-10-24 15:36:06 -0700 |
commit | 02373557cc112682139863fb20432287f5755780 (patch) | |
tree | 90fc16e96423973bb20e1070ff30e3ff4145ba6b /src/ao_teledongle.c | |
parent | 811ced628d586134224c1b501b40ce9eb435fc7c (diff) |
altos: control TD GPIO pins directly with the 'o' commandgpio
This adds direct access to the teledongle GPIO pins for output.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_teledongle.c')
-rw-r--r-- | src/ao_teledongle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_teledongle.c b/src/ao_teledongle.c index 505dc0cb..e1f3b085 100644 --- a/src/ao_teledongle.c +++ b/src/ao_teledongle.c @@ -33,6 +33,7 @@ main(void) ao_radio_init(); ao_packet_slave_init(); ao_packet_master_init(); + ao_pins_init(); #if HAS_DBG ao_dbg_init(); #endif |