Adapt to moved type submodule

This commit is contained in:
2020-05-16 17:44:16 +02:00
parent 5d77cad8d7
commit b8c7c9ec5c
6 changed files with 6 additions and 11 deletions

3
.gitmodules vendored
View File

@@ -10,9 +10,6 @@
[submodule "ds3231/flash"]
path = ds3231/flash
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"]
path = ds3231/i2c
url = git@git.blackmark.me:avr/i2c.git

View File

@@ -254,9 +254,6 @@
<Compile Include="systime.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="type\type.hpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="uart\config.hpp">
<SubType>compile</SubType>
</Compile>
@@ -278,6 +275,9 @@
<Compile Include="util\func.hpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="util\type.hpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="util\util.hpp">
<SubType>compile</SubType>
</Compile>
@@ -289,7 +289,6 @@
<Folder Include="i2c" />
<Folder Include="util" />
<Folder Include="uart" />
<Folder Include="type" />
</ItemGroup>
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
</Project>

Submodule ds3231/type deleted from 01fad9046e