Clarify that F_CPU is define as a compiler flag
This commit is contained in:
parent
f43efe2079
commit
a770213f69
1 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
@ -1,6 +1,7 @@
|
||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
//#define F_CPU 1600000UL
|
// This is passed as a compiler flag (CFLAGS += -DF_CPU=16000000UL)
|
||||||
|
// #define F_CPU 1600000UL
|
||||||
|
|
||||||
#endif // CONFIG_H
|
#endif // CONFIG_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue