Added clock and io/uart submodules

This commit is contained in:
2019-07-27 11:01:56 +02:00
parent f1de6c3701
commit 98bd0e1238
6 changed files with 153 additions and 71 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "uart/io"]
path = uart/io
url = git@blackmark.me:avr/io.git
[submodule "uart/uart"]
path = uart/uart
url = git@blackmark.me:avr/uart.git