summaryrefslogtreecommitdiffstats
path: root/watch-library/hpl/tcc/hpl_tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/hpl/tcc/hpl_tcc.c')
-rw-r--r--watch-library/hpl/tcc/hpl_tcc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/watch-library/hpl/tcc/hpl_tcc.c b/watch-library/hpl/tcc/hpl_tcc.c
index 52fc6f3c..af44aec1 100644
--- a/watch-library/hpl/tcc/hpl_tcc.c
+++ b/watch-library/hpl/tcc/hpl_tcc.c
@@ -331,13 +331,6 @@ static void tcc_pwm_interrupt_handler(struct _pwm_device *device)
}
}
-/**
- * \brief TCC interrupt handler
- */
-void TCC0_Handler(void)
-{
- tcc_pwm_interrupt_handler(_tcc0_dev);
-}
static struct tcc_cfg *_get_tcc_cfg(void *hw)
{