From: Ben Pfaff Date: Thu, 9 Sep 2004 22:38:14 +0000 (+0000) Subject: Add comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=ee5dd97cbba35afbe9a6e3415945b4c4c8591a89 Add comment. --- diff --git a/src/devices/timer.h b/src/devices/timer.h index ba736d2..5807b0f 100644 --- a/src/devices/timer.h +++ b/src/devices/timer.h @@ -3,6 +3,7 @@ #include +/* Number of timer interrupts per second. */ #define TIMER_FREQ 100 void timer_init (void);