avr-fw-modules/cpu/at90can128/include/cpu/systick.h

5 lines
84 B
C

#pragma once
#define SYSTICK_ISR TIMER0_COMP_vect
#define _st_counter() (TCNT0)