renamed submodule

This commit is contained in:
Robin Müller 2021-12-17 10:35:49 +01:00
parent 099a3d2d02
commit fa0844fa87
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -2,7 +2,7 @@
path = va108xx path = va108xx
url = https://egit.irs.uni-stuttgart.de/rust/va108xx url = https://egit.irs.uni-stuttgart.de/rust/va108xx
[submodule "vorago-reb1-rs"] [submodule "vorago-reb1-rs"]
path = vorago-reb1-rs path = vorago-reb1
url = https://egit.irs.uni-stuttgart.de/rust/vorago-reb1 url = https://egit.irs.uni-stuttgart.de/rust/vorago-reb1
[submodule "va108xx-hal-rs"] [submodule "va108xx-hal-rs"]
path = va108xx-hal path = va108xx-hal

View File

@ -1,7 +1,7 @@
[workspace] [workspace]
members = [ members = [
"vorago-reb1-rs", "vorago-reb1",
"va108xx", "va108xx",
"va108xx-hal", "va108xx-hal",
"max116xx-10bit", "max116xx-10bit",