libopencm3: use branch with OTG fix

because the MINIF4 board does not have an optional pull-up resistor on D+, the device is not enumerated without this fix.
this fix is not yet in official libopencm3 master.
This commit is contained in:
King Kévin 2020-11-24 16:10:56 +01:00
parent 87af738378
commit 0b2bbf8c97
2 changed files with 3 additions and 2 deletions

3
.gitmodules vendored
View File

@ -1,4 +1,5 @@
[submodule "libopencm3"]
path = libopencm3
url = https://github.com/libopencm3/libopencm3
url = https://github.com/manuelbl/libopencm3
ignore = all
branch = no-vbus-sensing

@ -1 +1 @@
Subproject commit cb0661f81de5b1cae52ca99c7b5985b678176db7
Subproject commit 2b603ff2af1ca41af5dc48c3b3e237a9cee9e7e7