Subversion Repositories Projects

Rev

Rev 310 | Rev 312 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 310 Rev 311
Line 1... Line 1...
1
/*
1
/*
2
 * Blitzdings main.c
2
 * Blitzdings main.c
3
 * (c) pangu
3
 * (c) pangu
4
 */
4
 */
5
 
5
 
-
 
6
/******************************************************************/
-
 
7
/* WICHTIG: Fusebits in Ponyprog für 8MHz setzen:
-
 
8
 
-
 
9
                Häkchen in Ponyprog:
-
 
10
                CKSEL3 gesetzt
-
 
11
                CKSEL2 nicht gesetzt
-
 
12
                CKSEL1 gesetzt
-
 
13
                CKSEL0 gesetzt
-
 
14
 
-
 
15
 */
-
 
16
/******************************************************************/
Line 6... Line 17...
6
 
17
 
7
#include "main.h"
18
#include "main.h"
8
#include "timer.h"
19
#include "timer.h"