mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 16:39:02 +08:00
Typo.
This commit is contained in:
@@ -68,7 +68,7 @@ void lpc24xx_micro_seconds_delay(unsigned us)
|
||||
|
||||
do {
|
||||
elapsed = lpc24xx_timer() - start;
|
||||
} while (elapsed <= delay);
|
||||
} while (elapsed < delay);
|
||||
}
|
||||
|
||||
unsigned lpc24xx_pllclk(void)
|
||||
|
||||
Reference in New Issue
Block a user