Move the "biplane" library to the right spot

Because it was placed in the wrong location, it appears it was never actually
available for installation via the bundle/circup. This location should be
correct & allow installation.
This commit is contained in:
Jeff Epler 2023-11-27 14:20:38 -06:00
parent 5cecb34321
commit a61a7e429b
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE
2 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View file

@ -347,7 +347,7 @@
path = libraries/drivers/bma400 path = libraries/drivers/bma400
url = https://github.com/jposada202020/CircuitPython_BMA400.git url = https://github.com/jposada202020/CircuitPython_BMA400.git
[submodule "libraries/biplane"] [submodule "libraries/biplane"]
path = libraries/biplane path = libraries/helpers/biplane
url = https://github.com/Uberi/biplane.git url = https://github.com/Uberi/biplane.git
[submodule "libraries/drivers/bmp581"] [submodule "libraries/drivers/bmp581"]
path = libraries/drivers/bmp581 path = libraries/drivers/bmp581