Skip to content

Commit

Permalink
Fix git submodule
Browse files Browse the repository at this point in the history
Also related to #1

Then you can use to sync the submodule again:
```
git submodule sync
git submodule init
git submodule update
```
  • Loading branch information
NicoHood committed Jan 20, 2016
1 parent 6380c63 commit 5f305a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "libserialport"]
path = libserialport
url = git@github.com:facchinm/libserialport.git
url = https://github.com/facchinm/libserialport.git

0 comments on commit 5f305a4

Please sign in to comment.