proxmark3/client
Philippe Teuwen 2c4eda6ab9 Fix 2 issues in proxendian.h, see details:
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)
2020-05-13 02:09:03 +02:00
..
android android cmake: remove c99 restriction 2020-05-08 17:04:28 +02:00
cmdscripts
deps hardnested: more readable preprocessing 2020-05-12 13:26:16 +02:00
dictionaries
lualibs
luascripts textual 2020-05-08 18:12:39 +02:00
resources
src Fix 2 issues in proxendian.h, see details: 2020-05-13 02:09:03 +02:00
CMakeLists.txt move whereami to deps 2020-05-08 17:04:28 +02:00
default_keys_dic2lua.awk
emojis_scrap_github.py
gen_pm3mfsim_script.sh
Makefile show compiler version 2020-05-11 10:21:32 +02:00
pm3_cmd_h2lua.awk
README-bitlib