Skip to content

Commit

Permalink
modules: added git submodules for PX4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jun 9, 2015
1 parent 6b98544 commit 1ad468d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
@@ -0,0 +1,9 @@
[submodule "modules/PX4Firmware"]
path = modules/PX4Firmware
url = git://github.com/diydrones/PX4Firmware.git
[submodule "modules/PX4NuttX"]
path = modules/PX4NuttX
url = git://github.com/diydrones/PX4NuttX.git
[submodule "modules/uavcan"]
path = modules/uavcan
url = git://github.com/diydrones/uavcan.git

0 comments on commit 1ad468d

Please sign in to comment.