File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ AT91PS_PITC pxPIT = AT91C_BASE_PITC;
204
204
/* Configure the PIT period. */
205
205
pxPIT -> PITC_PIMR = portPIT_ENABLE | portPIT_INT_ENABLE | portPIT_COUNTER_VALUE ;
206
206
207
- /* Enable the interrupt. Global interrupts are disables at this point so
207
+ /* Enable the interrupt. Global interrupts are disabled at this point so
208
208
this is safe. */
209
209
AT91C_BASE_AIC -> AIC_IECR = 0x1 << AT91C_ID_SYS ;
210
210
}
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ AT91PS_PITC pxPIT = AT91C_BASE_PITC;
218
218
/* Configure the PIT period. */
219
219
pxPIT -> PITC_PIMR = portPIT_ENABLE | portPIT_INT_ENABLE | portPIT_COUNTER_VALUE ;
220
220
221
- /* Enable the interrupt. Global interrupts are disables at this point so
221
+ /* Enable the interrupt. Global interrupts are disabled at this point so
222
222
this is safe. */
223
223
AT91F_AIC_EnableIt ( AT91C_BASE_AIC , AT91C_ID_SYS );
224
224
}
You can’t perform that action at this time.
0 commit comments