From: kub Date: Mon, 8 Nov 2021 21:48:01 +0000 (+0100) Subject: core, fix typo X-Git-Tag: v2.00~427 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5a036eb931b1a196cc927686d516c40f7b14bb;p=picodrive.git core, fix typo --- diff --git a/pico/pico_port.h b/pico/pico_port.h index d2b78e05..dc9cdffa 100644 --- 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