00001 /************************************************************************************** 00002 ** implementation of FATtime for the AVR 00003 ** 00004 ** Created May 30, 2008 00005 ** 00006 **************************************************************************************/ 00007 00008 #include "fattime.h" 00009 00010 unsigned long get_fattime() 00011 { 00012 return 0; 00013 }