diff options
author | Devaev Maxim <[email protected]> | 2020-11-11 21:32:22 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-11-11 22:24:25 +0300 |
commit | 55a682803965af9bc4712cb7485a706bd2b25832 (patch) | |
tree | 9dbde548843a8d09cbd5f8f5b2a9a1093519b9cf /hid/avrdude.py | |
parent | fef625aee52015dfdca0a96c31eced033663cb97 (diff) |
disable serial port for spi
Diffstat (limited to 'hid/avrdude.py')
-rw-r--r-- | hid/avrdude.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/avrdude.py b/hid/avrdude.py index 1eef53b4..3ae227f9 100644 --- a/hid/avrdude.py +++ b/hid/avrdude.py @@ -1,5 +1,6 @@ # https://docs.platformio.org/en/latest/projectconf/advanced_scripting.html + from os import rename from os import symlink from os.path import exists |