Rev 2806 Rev 2818
Line 1... Line 1...
1 /**** Automatic weather station 01A ****/ 1 /**** Automatic weather station 01A ****/
2 #define VERSION "0.1" 2 #define VERSION "0.1"
3 #define ID "$Id: main.c 2806 2013-03-09 23:17:52Z kakl $" 3 #define ID "$Id: main.c 2818 2013-03-10 12:59:05Z kaklik $"
4 #include "main.h" 4 #include "main.h"
5 #include <string.h> 5 #include <string.h>
6   6  
7 #CASE // Case sensitive compiler 7 #CASE // Case sensitive compiler
8   8  
Line 132... Line 132...
132 //---WDT 132 //---WDT
133 restart_wdt(); 133 restart_wdt();
134 seq++; // Increment the number of measurement 134 seq++; // Increment the number of measurement
135 } 135 }
136 } 136 }
137   -  
-   137 #include ".\common\dbloader.h"
138 //#include "dbloader.c" // Space reservation for the BootLoader 138 //#include "dbloader.c" // Space reservation for the BootLoader