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
1
config.h
1
config.h
|
@ -1,6 +1,7 @@
|
|||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
// This is passed as a compiler flag (CFLAGS += -DF_CPU=16000000UL)
|
||||
// #define F_CPU 1600000UL
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
|
Loading…
Add table
Reference in a new issue