diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-16 15:32:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-16 15:32:26 -0700 |
commit | 5860f75677ee20fcf35ab89a6b62f3e14a1c32f5 (patch) | |
tree | bfe09041a823c8f759c210d292a0f56335edb89e /src/core/ao_pyro.h | |
parent | 3ce645a79b54e22d7835c6e390a22a5ad501a339 (diff) |
altos: Enable pyro channel control in telepyro
This should make the board actually work now.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_pyro.h')
-rw-r--r-- | src/core/ao_pyro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao_pyro.h b/src/core/ao_pyro.h index 1989a9e5..5deb69d0 100644 --- a/src/core/ao_pyro.h +++ b/src/core/ao_pyro.h @@ -57,6 +57,8 @@ struct ao_pyro { uint8_t fired; }; +extern uint8_t ao_pyro_wakeup; + void ao_pyro_set(void); |