diff options
author | Maxim Devaev <[email protected]> | 2022-07-22 09:14:49 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-22 09:14:49 +0300 |
commit | 3a9b43300081fb5e54e0996e2cdd2ae24a8496c7 (patch) | |
tree | 6f5b20fa28a49d9837ba4045713f0b5dd3e1b30f /hid/Makefile | |
parent | d3dbf19399c09399fce96d5303fe684d2aeb1150 (diff) |
stm32 hid cleanup
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 4efc42b4..652ddd6e 100644 --- a/hid/Makefile +++ b/hid/Makefile @@ -44,7 +44,7 @@ update: clean-all: clean rm -rf .platformio clean: - rm -rf .pio .current .config + rm -rf .pio .current .config platformio.ini help: |