notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b8ff61
)
core, fix typo
author
kub
<derkub@gmail.com>
Mon, 8 Nov 2021 21:48:01 +0000
(22:48 +0100)
committer
kub
<derkub@gmail.com>
Mon, 8 Nov 2021 21:48:01 +0000
(22:48 +0100)
pico/pico_port.h
patch
|
blob
|
blame
|
history
diff --git
a/pico/pico_port.h
b/pico/pico_port.h
index
d2b78e0
..
dc9cdff
100644
(file)
--- a/
pico/pico_port.h
+++ b/
pico/pico_port.h
@@
-38,7
+38,7
@@
// some well known non-standard macros for detection.
#if defined __BYTE_ORDER__
#define CPU_IS_LE __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
-#elif defined _BYTE_ORDER
+#elif defined _
_
BYTE_ORDER
#define CPU_IS_LE __BYTE_ORDER == __LITTLE_ENDIAN
#elif defined __BIG_ENDIAN__ || defined _M_PPC // Windows on PPC was big endian
#define CPU_IS_LE 0