Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation

This commit is contained in:
martin.holst@gmail.com 2013-11-06 18:34:10 +00:00
commit 77cd612f15
7 changed files with 249 additions and 3 deletions

View file

@ -85,7 +85,7 @@ CMDSRCS = nonce2key/crapto1.c\
pm3_binlib.c\
scripting.c\
cmdscript.c\
pm3_bitlib.c\
COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)