Restore trace timer interrupt handler.

This commit is contained in:
Gareth McMullin 2013-03-12 19:14:11 +13:00
parent 7c2e994381
commit e880c553fb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void trace_buf_drain(usbd_device *dev, uint8_t ep)
#define ALLOWED_DUTY_ERROR 5
void trace_isr(void)
void TRACE_ISR(void)
{
uint16_t sr = TIM_SR(TRACE_TIM);
uint16_t duty, cycle;