mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 11:01:53 +08:00
renamed patches
This commit is contained in:
17
hid/patches/arduino-no-main.patch
Normal file
17
hid/patches/arduino-no-main.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
diff -u -r a/cores/arduino/main.cpp b/cores/arduino/main.cpp
|
||||
--- a/cores/arduino/main.cpp 2019-05-16 15:52:01.000000000 +0300
|
||||
+++ b/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;
|
||||
}
|
||||
+*/
|
||||
|
||||
Reference in New Issue
Block a user