Add more comments

This commit is contained in:
schmelczerandras 2020-04-19 20:55:44 +02:00
commit b5a95218ea
25 changed files with 200 additions and 60 deletions

View file

@ -228,9 +228,6 @@
<Compile Include="src\driver\uart\transmit.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\hardware_access\eeprom\eeprom.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\hardware_access\hardware_access.c">
<SubType>compile</SubType>
</Compile>
@ -387,7 +384,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="src" />
<Folder Include="src\controller\" />
<Folder Include="src\driver\" />
<Folder Include="src\driver\display\" />
<Folder Include="src\driver\infra\" />