Fix historic make & cmake

This commit is contained in:
Philippe Teuwen 2020-06-14 21:25:20 +02:00
commit 6adcfad752
9 changed files with 427 additions and 772 deletions

View file

@ -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);
}