mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-25 17:11:46 +00:00
Fix incorrect compiler error message when F_CLOCK is not defined by the user (thanks to Dave Lyons).
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
/* Preprocessor Checks and Defines: */
|
||||
#if !defined(F_CLOCK)
|
||||
#error F_CLOCK is not defined. You must device F_CLOCK to the frequency of the unprescaled input clock in your project makefile.
|
||||
#error F_CLOCK is not defined. You must define F_CLOCK to the frequency of the unprescaled input clock in your project makefile.
|
||||
#endif
|
||||
|
||||
#if (F_CLOCK == 8000000)
|
||||
|
||||
Reference in New Issue
Block a user