reorganize lua script dir defs

This commit is contained in:
Philippe Teuwen 2019-08-23 22:07:45 +02:00
commit 34a0fdb9d6
4 changed files with 19 additions and 17 deletions

View file

@ -26,6 +26,10 @@
// PM3_USER_DIRECTORY will be expanded as if with a "~" upfront, e.g. ~/.proxmark3/
#define PM3_USER_DIRECTORY "/.proxmark3/"
// PM3 subdirectories:
#define LUA_LIBRARIES_SUBDIR "lualibs/"
#define LUA_SCRIPTS_SUBDIR "luascripts/"
#define PACKED __attribute__((packed))
// debug