atmel-samd: Fix typo in ASF.
This commit is contained in:
parent
fc78f6950f
commit
9008b93962
@ -90,7 +90,7 @@ void delay_cycles_ms(
|
|||||||
uint32_t n)
|
uint32_t n)
|
||||||
{
|
{
|
||||||
while (n--) {
|
while (n--) {
|
||||||
/* Devide up to blocks of 1ms */
|
/* Divide up to blocks of 1ms */
|
||||||
delay_cycles(cycles_per_ms);
|
delay_cycles(cycles_per_ms);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user