7 lines
157 B
C
7 lines
157 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
// This is passed as a compiler flag (CFLAGS += -DF_CPU=16000000UL)
|
|
// #define F_CPU 1600000UL
|
|
|
|
#endif // CONFIG_H
|