Skip to content

Commit

Permalink
wokring bfore PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza787b committed Apr 1, 2024
1 parent 3bff6bb commit c803b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/ConfigManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ConfigManager {
static std::vector<int> parseArrayIndices(const std::string& token);
static std::pair<float, float> parseRange(const std::string& token);
static void parseChannelValue(const std::string& value, ActuatorConfig& config);
static void trimWhitespace(std::string& str);
static void trimWhitespace(std::string& str);



Expand Down
1 change: 1 addition & 0 deletions px4-xplane.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ copy "$(ProjectDir)config\ehang184_px4.params" "$(OutDir)"</Command>
</ItemGroup>
<ItemGroup>
<None Include="config\config.ini" />
<None Include="Makefile" />
<None Include="tests\test.py" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit c803b1c

Please sign in to comment.