Subversion Repositories Projects

Rev

Rev 783 | Rev 826 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 783 Rev 800
Line 19... Line 19...
19
 ****************************************************************************/
19
 ****************************************************************************/
Line 20... Line 20...
20
 
20
 
21
#ifndef _MAIN_H
21
#ifndef _MAIN_H
Line -... Line 22...
-
 
22
#define _MAIN_H
-
 
23
 
-
 
24
#ifndef MCU
-
 
25
#define MCU atmega162
-
 
26
#endif
-
 
27
 
-
 
28
#ifndef __AVR_ATmega162__
-
 
29
#define __AVR_ATmega162__
-
 
30
#endif
22
#define _MAIN_H
31
 
23
 
32
 
Line 24... Line 33...
24
#include <avr/pgmspace.h>
33
#include <avr/pgmspace.h>
25
#include "mk-data-structs.h"
34
#include "mk-data-structs.h"