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