Skip to content

Commit c72f6d3

Browse files
committed
rffrequency: fix cppcheck warnings
1 parent c44ae8f commit c72f6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TX/Config/ANT_ChannelRfFrequency.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class ChannelRfFrequency : public AntRequest {
2121
uint32_t execute() override;
2222
#endif // NATIVE_API_AVAILABLE
2323
private:
24-
uint8_t _channel;
25-
uint8_t _frequency;
24+
uint8_t _channel = 0;
25+
uint8_t _frequency = 0;
2626
};
2727

2828
#endif // ANT_CHANNELRFFREQUENCY_h

0 commit comments

Comments
 (0)