Skip to content

Commit 6d30ef1

Browse files
committed
compilation error in src/arch/timer.c .
1 parent e3b0c80 commit 6d30ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arch/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <stdint.h>
1+
#include "types.h"
22
#include "timer.h"
33

44
// This counter increments every time the PIT timer fires

0 commit comments

Comments
 (0)