1
0
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:
Martin Guy 2012-01-15 14:01:21 +01:00
parent 4019718521
commit dbf721b0cd

View File

@ -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();