File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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;
204204 /* Configure the PIT period. */
205205 pxPIT -> PITC_PIMR = portPIT_ENABLE | portPIT_INT_ENABLE | portPIT_COUNTER_VALUE ;
206206
207- /* Enable the interrupt. Global interrupts are disables at this point so
207+ /* Enable the interrupt. Global interrupts are disabled at this point so
208208 this is safe. */
209209 AT91C_BASE_AIC -> AIC_IECR = 0x1 << AT91C_ID_SYS ;
210210}
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ AT91PS_PITC pxPIT = AT91C_BASE_PITC;
218218 /* Configure the PIT period. */
219219 pxPIT -> PITC_PIMR = portPIT_ENABLE | portPIT_INT_ENABLE | portPIT_COUNTER_VALUE ;
220220
221- /* Enable the interrupt. Global interrupts are disables at this point so
221+ /* Enable the interrupt. Global interrupts are disabled at this point so
222222 this is safe. */
223223 AT91F_AIC_EnableIt ( AT91C_BASE_AIC , AT91C_ID_SYS );
224224}
You can’t perform that action at this time.
0 commit comments