repo.or.cz
/
avr_work.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add unified compile target
[avr_work.git]
/
lline
/
defines.h
blob
63f6b60fb876c1dfb1b3498932cd01ad6e35aa06
1
#ifndef _DEFINES_H_
2
#define _DEFINES_H_
3
4
5
#include
"debug.h"
6
#include <stdio.h>
7
#include
"clock.h"
8
9
//#define F_CPU MHz(8)
10
11
#endif