mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix experimental_lib/example_c/test_grab: no fork&pipe needed, use pm3_grabbed_output_get
This commit is contained in:
parent
1fa84f203d
commit
b91f7742c1
2 changed files with 26 additions and 52 deletions
|
@ -9,6 +9,6 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
pm3 *p;
|
||||
p = pm3_open(argv[1]);
|
||||
pm3_console(p, "hw status");
|
||||
pm3_console(p, "hw status", true);
|
||||
pm3_close(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue