mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
reorganize lua script dir defs
This commit is contained in:
parent
31e430744b
commit
34a0fdb9d6
4 changed files with 19 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue