summaryrefslogtreecommitdiff
path: root/tools/reset_lufa_cdc_nowait
diff options
context:
space:
mode:
Diffstat (limited to 'tools/reset_lufa_cdc_nowait')
-rwxr-xr-xtools/reset_lufa_cdc_nowait6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/reset_lufa_cdc_nowait b/tools/reset_lufa_cdc_nowait
new file mode 100755
index 0000000..47587ac
--- /dev/null
+++ b/tools/reset_lufa_cdc_nowait
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+echo "resetting device .."
+echo $1 > /dev/ttyACM0
+
+exit 0