Clean up the D-Star Control class a little.

This commit is contained in:
Jonathan Naylor
2021-05-18 19:44:41 +01:00
parent 21b66d5113
commit e2d61d1572
7 changed files with 54 additions and 55 deletions

View File

@@ -308,6 +308,9 @@
<ClInclude Include="SHA256.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="SMeter.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="BPTC19696.cpp">
@@ -580,5 +583,8 @@
<ClCompile Include="SHA256.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="SMeter.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>