diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-24 00:27:13 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-24 00:27:13 -0700 |
commit | 7a0ed0ff4192060854d69e640de2c30105eb2f62 (patch) | |
tree | b46fb17c9aa12eb7f49e9d4402a5a2dff529b76d /src/drivers/ao_pad.h | |
parent | 659c0cd3ee4b9581c12ac2cd1b4162bf07a921ce (diff) |
altos: Disable telefire 'pad' listener when testing radio
Ensures that the radio testing won't block waiting for a firing mode
packet to arrive.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_pad.h')
-rw-r--r-- | src/drivers/ao_pad.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/ao_pad.h b/src/drivers/ao_pad.h index 9ea016ff..d5ca3a88 100644 --- a/src/drivers/ao_pad.h +++ b/src/drivers/ao_pad.h @@ -64,4 +64,10 @@ struct ao_pad_query { void ao_pad_init(void); +void +ao_pad_disable(void); + +void +ao_pad_enable(void); + #endif /* _AO_PAD_H_ */ |