Subversion Repositories svnkaklik

Rev

Rev 151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 151 Rev 174
Line 47... Line 47...
47
                           nothing is clocking timer1 at startup.                             
47
                           nothing is clocking timer1 at startup.                             
48
***********************************************************/
48
***********************************************************/
49
 
49
 
50
/*	Includes */
50
/*	Includes */
51
#include <avr/interrupt.h>
51
#include <avr/interrupt.h>
52
#include <avr/signal.h>
-
 
53
#include <avr/sleep.h>
52
#include <avr/sleep.h>
54
#include <avr/eeprom.h>
53
#include <avr/eeprom.h>
55
#include <stdlib.h>
54
#include <stdlib.h>
56
#include <string.h>
55
#include <string.h>
57
#include "CommonDefs.h"
56
#include "CommonDefs.h"