diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-09-19 15:02:05 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-09-19 15:02:05 +0200 |
commit | f312b732e1153469b6350bf0c0fcd9ad68a7b46e (patch) | |
tree | 4ad2f34bc666de321b14e704291323bcb05d7a17 /tools/reset_lufa_cdc_nowait | |
parent | removed useless timer init in arduino stub (diff) |
added reset lufa cdc version without wait
Diffstat (limited to 'tools/reset_lufa_cdc_nowait')
-rwxr-xr-x | tools/reset_lufa_cdc_nowait | 6 |
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 |