altos: Remove ao_led_toggle API from general code
authorKeith Packard <keithp@keithp.com>
Sat, 8 Aug 2020 01:17:07 +0000 (18:17 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Aug 2020 03:30:11 +0000 (20:30 -0700)
commita6baf04bae3fe6a6b3da2f456419732ffeb4d056
treeb1935616211b95fbe79033464c46b0c9bde65cdd
parent0385d7d68c51e05f5b555749ccc20e3c7c202370
altos: Remove ao_led_toggle API from general code

The generic implementation would need to record LED status as it
cannot be read back from the device on most hardware. Just get rid of
it and let attiny keep its implementation (which does work).

Signed-off-by: Keith Packard <keithp@keithp.com>
src/attiny/ao_arch_funcs.h
src/drivers/ao_led.c
src/drivers/ao_rn4678.c
src/kernel/ao_led.h
src/lpc/ao_led_lpc.c
src/stm/ao_led_stm.c
src/stmf0/ao_led_stmf0.c