configs: make F_CPU UL instead of L.

This commit is contained in:
Markus Hitter 2011-11-27 20:04:13 +01:00
parent 69610a6dae
commit 71fb5d6f47
8 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#define F_CPU 16000000UL
#endif
/** \def HOST

View File

@ -37,7 +37,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#define F_CPU 16000000UL
#endif
/** \def HOST

View File

@ -37,7 +37,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#define F_CPU 16000000UL
#endif
/** \def HOST

View File

@ -40,7 +40,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 20000000L
#define F_CPU 20000000UL
#endif
/** \def HOST

View File

@ -37,7 +37,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#define F_CPU 16000000UL
#endif
/** \def HOST

View File

@ -37,7 +37,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#define F_CPU 16000000UL
#endif
/** \def HOST

View File

@ -36,7 +36,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#define F_CPU 16000000UL
#endif
/** \def HOST

View File

@ -36,7 +36,7 @@
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#define F_CPU 16000000UL
#endif
/** \def HOST