Adapt to moved type submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -10,9 +10,6 @@
|
|||||||
[submodule "ds3231/flash"]
|
[submodule "ds3231/flash"]
|
||||||
path = ds3231/flash
|
path = ds3231/flash
|
||||||
url = git@git.blackmark.me:avr/flash.git
|
url = git@git.blackmark.me:avr/flash.git
|
||||||
[submodule "ds3231/type"]
|
|
||||||
path = ds3231/type
|
|
||||||
url = git@git.blackmark.me:avr/type.git
|
|
||||||
[submodule "ds3231/i2c"]
|
[submodule "ds3231/i2c"]
|
||||||
path = ds3231/i2c
|
path = ds3231/i2c
|
||||||
url = git@git.blackmark.me:avr/i2c.git
|
url = git@git.blackmark.me:avr/i2c.git
|
||||||
|
|||||||
Submodule ds3231/ds3231 updated: 11211be9b9...16249914c2
@@ -254,9 +254,6 @@
|
|||||||
<Compile Include="systime.h">
|
<Compile Include="systime.h">
|
||||||
<SubType>compile</SubType>
|
<SubType>compile</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="type\type.hpp">
|
|
||||||
<SubType>compile</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="uart\config.hpp">
|
<Compile Include="uart\config.hpp">
|
||||||
<SubType>compile</SubType>
|
<SubType>compile</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -278,6 +275,9 @@
|
|||||||
<Compile Include="util\func.hpp">
|
<Compile Include="util\func.hpp">
|
||||||
<SubType>compile</SubType>
|
<SubType>compile</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="util\type.hpp">
|
||||||
|
<SubType>compile</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="util\util.hpp">
|
<Compile Include="util\util.hpp">
|
||||||
<SubType>compile</SubType>
|
<SubType>compile</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -289,7 +289,6 @@
|
|||||||
<Folder Include="i2c" />
|
<Folder Include="i2c" />
|
||||||
<Folder Include="util" />
|
<Folder Include="util" />
|
||||||
<Folder Include="uart" />
|
<Folder Include="uart" />
|
||||||
<Folder Include="type" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
Submodule ds3231/type deleted from 01fad9046e
Submodule ds3231/uart updated: 8f88cdccea...119de32445
Submodule ds3231/util updated: d045bbffc3...81b3ae244c
Reference in New Issue
Block a user