diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-08 16:48:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-08 16:53:18 -0700 |
commit | 28adf5541354715b185dbb45b28c97c7d9cf8bcd (patch) | |
tree | 77ff97182cccfb6b4006fe53f42ebf9955a7f82d /src/drivers/ao_btm.c | |
parent | 0c0dc761095a5a77c87c3b4dcd1d42a4e79f6604 (diff) |
altos: Create telebt-v1.0 product. Remove old telebt products
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_btm.c')
-rw-r--r-- | src/drivers/ao_btm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_btm.c b/src/drivers/ao_btm.c index de1f31a3..3b6028a0 100644 --- a/src/drivers/ao_btm.c +++ b/src/drivers/ao_btm.c @@ -302,7 +302,7 @@ ao_btm(void) while (!ao_btm_connected) ao_sleep(&ao_btm_connected); while (ao_btm_connected) { - ao_led_for(AO_LED_GREEN, AO_MS_TO_TICKS(20)); + ao_led_for(AO_BT_LED, AO_MS_TO_TICKS(20)); ao_delay(AO_SEC_TO_TICKS(3)); } } |