Testground/Test/config.h

17 lines
198 B
C
Raw Normal View History

2013-10-06 18:10:06 +02:00
/*
* config.h
*
* Created: 06.10.2013 17:05:43
* Author: netz
*/
#ifndef CONFIG_H_
#define CONFIG_H_
#define F_CPU 16000000
#define BAUD_RATE 9600
#endif /* CONFIG_H_ */