diff options
author | Devaev Maxim <[email protected]> | 2021-07-09 19:27:35 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-09 19:27:35 +0300 |
commit | 70141f0fbbded557daadf758d9d94589fca9f037 (patch) | |
tree | 5ea584a8c12ee0f0d3b3b20c4416c2855c3ebb57 /hid/patches/no-main.patch | |
parent | 63d953d22efb1e9b73fd235b64269b3406569cb8 (diff) |
renamed patches
Diffstat (limited to 'hid/patches/no-main.patch')
-rw-r--r-- | hid/patches/no-main.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hid/patches/no-main.patch b/hid/patches/no-main.patch deleted file mode 100644 index 5c645480..00000000 --- a/hid/patches/no-main.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -u -r framework-arduino-avr/cores/arduino/main.cpp _framework-arduino-avr/cores/arduino/main.cpp ---- framework-arduino-avr/cores/arduino/main.cpp 2019-05-16 15:52:01.000000000 +0300 -+++ _framework-arduino-avr/cores/arduino/main.cpp 2020-11-17 18:56:01.243474508 +0300 -@@ -30,6 +30,7 @@ - void setupUSB() __attribute__((weak)); - void setupUSB() { } - -+/* - int main(void) - { - init(); -@@ -49,4 +50,5 @@ - - return 0; - } -+*/ - |