Restore trace timer interrupt handler.
This commit is contained in:
parent
7c2e994381
commit
e880c553fb
|
@ -108,7 +108,7 @@ void trace_buf_drain(usbd_device *dev, uint8_t ep)
|
||||||
|
|
||||||
#define ALLOWED_DUTY_ERROR 5
|
#define ALLOWED_DUTY_ERROR 5
|
||||||
|
|
||||||
void trace_isr(void)
|
void TRACE_ISR(void)
|
||||||
{
|
{
|
||||||
uint16_t sr = TIM_SR(TRACE_TIM);
|
uint16_t sr = TIM_SR(TRACE_TIM);
|
||||||
uint16_t duty, cycle;
|
uint16_t duty, cycle;
|
||||||
|
|
Loading…
Reference in New Issue