Mercurial > templog
diff main.c @ 3:888be1b234b6
Add FatFS
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 08 May 2012 22:51:38 +0800 |
parents | ab0e30c4b344 |
children | 54d369e3d689 |
line wrap: on
line diff
--- a/main.c Tue May 08 22:34:58 2012 +0800 +++ b/main.c Tue May 08 22:51:38 2012 +0800 @@ -11,6 +11,8 @@ #include <avr/sleep.h> #include <util/crc16.h> +#include "integer.h" + // configuration params // - measurement interval // - transmit interval @@ -133,6 +135,11 @@ } } +DWORD get_fattime (void) +{ + return 0; +} + static void deep_sleep() {