Skip to content

Commit c44ae8f

Browse files
committed
period: fix cppcheck warnings
1 parent 242d3f7 commit c44ae8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TX/Config/ANT_ChannelPeriod.h

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

2828
#endif // ANT_CHANNELPERIOD_h

0 commit comments

Comments
 (0)