From 688c495b28d6307050f370717c295f2f889e3b3c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 12 Nov 2010 23:07:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2355 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/ST_STM8L_DISCOVERY/board.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'boards/ST_STM8L_DISCOVERY') diff --git a/boards/ST_STM8L_DISCOVERY/board.c b/boards/ST_STM8L_DISCOVERY/board.c index b4c619a38..dd4a27472 100644 --- a/boards/ST_STM8L_DISCOVERY/board.c +++ b/boards/ST_STM8L_DISCOVERY/board.c @@ -26,22 +26,6 @@ #define TIM2_CLOCK (SYSCLK / 16) #define TIM2_ARR ((TIM2_CLOCK / CH_FREQUENCY) - 1) -/* - * TIM2 interrupt handler. - */ -CH_IRQ_HANDLER(20) { - - CH_IRQ_PROLOGUE(); - - chSysLockFromIsr(); - chSysTimerHandlerI(); - chSysUnlockFromIsr(); - - TIM2->SR1 = 0; - - CH_IRQ_EPILOGUE(); -} - /* * Board initialization code. */ -- cgit v1.2.3