configs: make F_CPU UL instead of L.
This commit is contained in:
parent
69610a6dae
commit
71fb5d6f47
|
|
@ -35,7 +35,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 16000000L
|
||||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 16000000L
|
||||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 16000000L
|
||||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 20000000L
|
||||
#define F_CPU 20000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 16000000L
|
||||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 16000000L
|
||||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 16000000L
|
||||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
CPU clock rate
|
||||
*/
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 16000000L
|
||||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
/** \def HOST
|
||||
|
|
|
|||
Loading…
Reference in New Issue