Subversion Repositories Projects

Rev

Rev 231 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
231 killagreg 1
#ifndef _MAIN_H
2
#define _MAIN_H
3
 
4
#include <avr/io.h>
5
#define SYSCLK F_CPU
6
 
7
 
8
#endif //_MAIN_H
9
 
10
 
11
 
12
 
13
 
14