mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-09 14:00:05 +08:00
Fix typo with script_embedded
This commit is contained in:
parent
538ee4dabb
commit
bcbef2edfc
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue