6 lines
85 B
C
6 lines
85 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define F_CPU 1600000UL
|
|
|
|
#endif // CONFIG_H
|