mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-30 12:35:39 +00:00
Fix typo with script_embedded
This commit is contained in:
@@ -19,7 +19,7 @@ typedef struct {
|
||||
pm3_device(char *port) {
|
||||
printf("SWIG pm3_device constructor with port, open pm3\n");
|
||||
pm3_device * p = pm3_open(port);
|
||||
p->script_embedded = 1;
|
||||
p->script_embedded = 0;
|
||||
return p;
|
||||
}
|
||||
~pm3_device() {
|
||||
|
||||
Reference in New Issue
Block a user