From 6bdaff5d2abaeb614e98de2c9e5d0a02b439fa8f Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 10 Apr 2022 15:56:45 -0400 Subject: remove all deprecated functions --- watch-library/hardware/watch/watch_led.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'watch-library/hardware/watch/watch_led.c') diff --git a/watch-library/hardware/watch/watch_led.c b/watch-library/hardware/watch/watch_led.c index 52174b54..5e2d8ecf 100644 --- a/watch-library/hardware/watch/watch_led.c +++ b/watch-library/hardware/watch/watch_led.c @@ -34,16 +34,6 @@ void watch_disable_leds(void) { _watch_disable_tcc(); } -void watch_enable_led(bool unused) { - (void)unused; - watch_enable_leds(); -} - -void watch_disable_led(bool unused) { - (void)unused; - watch_disable_leds(); -} - void watch_set_led_color(uint8_t red, uint8_t green) { if (hri_tcc_get_CTRLA_reg(TCC0, TCC_CTRLA_ENABLE)) { uint32_t period = hri_tcc_get_PER_reg(TCC0, TCC_PER_MASK); -- cgit v1.2.3