mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-23 06:05:10 +00:00
78c4f7929a
This reverts commit aa8bf8e0f4.
9 lines
159 B
C
9 lines
159 B
C
#include "pm3.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
pm3_device *p;
|
|
p = pm3_open("/dev/ttyACM0");
|
|
pm3_console(p, "hw status");
|
|
pm3_close(p);
|
|
}
|