diff options
author | Keith Packard <keithp@keithp.com> | 2015-01-24 11:18:59 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-01-24 11:18:59 -0800 |
commit | 0e7d1c89fea98eabca738f10cbfebec631be3bb7 (patch) | |
tree | 088b0dffe926f6cec62652dc8bdbd889f49c7056 /src/stm/ao_led.c | |
parent | 41a0604ad1ea1a03e2db7d41731dbadf466b45db (diff) |
altos: Add support for TeleBT v3.0
Add support to the BTM driver for non-CC1111 interrupts
Add HW flow control to STM serial driver
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/ao_led.c')
-rw-r--r-- | src/stm/ao_led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/ao_led.c b/src/stm/ao_led.c index 0acab106..9b61cf62 100644 --- a/src/stm/ao_led.c +++ b/src/stm/ao_led.c @@ -86,7 +86,7 @@ ao_led_for(uint16_t colors, uint16_t ticks) __reentrant stm_moder_set(port, bit, STM_MODER_OUTPUT); \ stm_otyper_set(port, bit, STM_OTYPER_PUSH_PULL); \ } while (0) - + void ao_led_init(uint16_t enable) { |