Project

General

Profile

Revision 1456

Added by Ryan Cahoon over 14 years ago

View differences:

time.c
58 58
*/
59 59
#include <avr/interrupt.h>
60 60
#include <util/delay.h>
61
#include <time.h>
62
#include <serial.h>
61
#include "time.h"
62

  
63 63

  
64 64
/* Calculate how many cycles to delay for to get 1 ms. Based on F_CPU which should be defined by the makefile */
65 65
#ifdef F_CPU

Also available in: Unified diff