mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
2c4eda6ab9
Only some OSes include endian.h from sys/types.h, not Termux, so let's include endian.h directly. Moreover the past logic defined BYTE_ORDER to an undef macro, so BYTE_ORDER was not undef but def to 0 and BYTE_ORDER != LITTLE_ENDIAN && BYTE_ORDER != BIG_ENDIAN was always false as (0!=0 && 0!=0) |
||
---|---|---|
.. | ||
android | ||
cmdscripts | ||
deps | ||
dictionaries | ||
lualibs | ||
luascripts | ||
resources | ||
src | ||
CMakeLists.txt | ||
default_keys_dic2lua.awk | ||
emojis_scrap_github.py | ||
gen_pm3mfsim_script.sh | ||
Makefile | ||
pm3_cmd_h2lua.awk | ||
README-bitlib |