Revision 1456 branches/colonetmk2/code/projects/libdragonfly/time.c
| time.c (revision 1456) | ||
|---|---|---|
| 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