mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
jaFix typo in previous commit
This commit is contained in:
parent
4019718521
commit
dbf721b0cd
@ -70,7 +70,7 @@ static void tmr_match_common_handler( int id )
|
||||
volatile avr32_tc_t *tc = &AVR32_TC;
|
||||
|
||||
tc_read_sr( tc, id ); // clear interrupt
|
||||
#if VTMR_NUMTIMERS > 0
|
||||
#if VTMR_NUM_TIMERS > 0
|
||||
if( id == VTMR_CH )
|
||||
{
|
||||
cmn_virtual_timer_cb();
|
||||
|
Loading…
x
Reference in New Issue
Block a user