diff options
author | Devaev Maxim <[email protected]> | 2019-10-05 02:42:06 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-05 02:42:06 +0300 |
commit | da660d02cd9184f31f47bec3edb3a600608b45d5 (patch) | |
tree | e079c5a144259a04ac7ea53aaf69861c640bbf6c /hid/Makefile | |
parent | f5bbfeb8b523ddb9fe1277f2b06deb3970e51105 (diff) |
arduino hid: fixed mouse movement on windows
Diffstat (limited to 'hid/Makefile')
-rw-r--r-- | hid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/Makefile b/hid/Makefile index 62fde0fe..2aa886a1 100644 --- a/hid/Makefile +++ b/hid/Makefile @@ -10,7 +10,7 @@ upload: clean-all: clean clean: - rm -rf .pioenvs .piolibdeps + rm -rf .pio help: @ cat Makefile |