From 52ba3b371022ea5fb0340d156acbb5b02fff5f07 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 28 Aug 2021 14:46:58 -0400 Subject: fix buzzer demo, add note about extwake --- watch-library/watch/watch_extint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch-library/watch/watch_extint.h') diff --git a/watch-library/watch/watch_extint.h b/watch-library/watch/watch_extint.h index d1265119..e3084371 100644 --- a/watch-library/watch/watch_extint.h +++ b/watch-library/watch/watch_extint.h @@ -73,7 +73,7 @@ void watch_disable_external_interrupts(); */ void watch_register_interrupt_callback(const uint8_t pin, ext_irq_cb_t callback, watch_interrupt_trigger trigger); -__attribute__((deprecated("Use watch_register_interrupt_callback instead"))) +__attribute__((deprecated("Use watch_register_interrupt_callback or watch_register_extwake_callback instead"))) void watch_register_button_callback(const uint8_t pin, ext_irq_cb_t callback); __attribute__((deprecated("Use watch_enable_external_interrupts instead"))) -- cgit v1.2.3