removed interrupts from timer api

This commit is contained in:
schneider 2011-07-10 16:20:03 +02:00
parent 1848185e80
commit d473eef054
1 changed files with 4 additions and 0 deletions

View File

@ -123,6 +123,9 @@ void timer32Delay(uint8_t timerNum, uint32_t delay)
return; return;
} }
//we do this in applications
#if 0
/**************************************************************************/ /**************************************************************************/
/*! /*!
@brief Interrupt handler for 32-bit timer 0 @brief Interrupt handler for 32-bit timer 0
@ -156,6 +159,7 @@ void TIMER32_1_IRQHandler(void)
return; return;
} }
#endif
/**************************************************************************/ /**************************************************************************/
/*! /*!