Clarify that F_CPU is define as a compiler flag

This commit is contained in:
Imbus 2025-02-05 14:12:32 +01:00
parent f43efe2079
commit a770213f69

View file

@ -1,6 +1,7 @@
#ifndef 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