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