projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver...
[pub/USBasp.git]
/
LUFA
/
Common
/
Common.h
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
67bbb92
..
74b687b
100644
(file)
--- a/
LUFA/Common/Common.h
+++ b/
LUFA/Common/Common.h
@@
-63,7
+63,7
@@
#include "Atomic.h"
\r
\r
#define PROGMEM const
\r
#include "Atomic.h"
\r
\r
#define PROGMEM const
\r
- #el
se
\r
+ #el
if defined(__AVR__)
\r
#include <avr/io.h>
\r
#endif
\r
\r
#include <avr/io.h>
\r
#endif
\r
\r
@@
-195,7
+195,7
@@
\r
/** Type define for a signed native word-sized chunk of data. */
\r
typedef int32_t intN_t;
\r
\r
/** Type define for a signed native word-sized chunk of data. */
\r
typedef int32_t intN_t;
\r
- #el
se
\r
+ #el
if defined(__AVR__)
\r
/** Type define for an unsigned native word-sized chunk of data. */
\r
typedef uint8_t uintN_t;
\r
\r
/** Type define for an unsigned native word-sized chunk of data. */
\r
typedef uint8_t uintN_t;
\r
\r