diff options
Diffstat (limited to 'lapic.c')
-rw-r--r-- | lapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ lapiceoi(void) // Spin for a given number of microseconds. // On real hardware would want to tune this dynamically. -static void +void microdelay(int us) { volatile int j = 0; |