mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Fix historic make & cmake
This commit is contained in:
parent
bcbef2edfc
commit
6adcfad752
9 changed files with 427 additions and 772 deletions
|
@ -3,6 +3,6 @@
|
|||
int main(int argc, char *argv[]) {
|
||||
pm3_device *p;
|
||||
p = pm3_open("/dev/ttyACM0");
|
||||
pm3_console(p, "hw status");
|
||||
pm3_close(p);
|
||||
pm3_device_console(p, "hw status");
|
||||
pm3_device_close(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue