Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Oct 27, 2023
1 parent baa55ec commit b330bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion companion/src/firmwares/edgetx/yaml_rawswitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
std::string YamlRawSwitchEncode(const RawSwitch& rhs)
{
std::string sw_str;
char c = 'A';
int32_t sval = rhs.index;
if (rhs.index < 0) {
sval = -sval;
Expand Down

0 comments on commit b330bbb

Please sign in to comment.