Skip to content

Commit

Permalink
Revert "Increase permissions on setCommon"
Browse files Browse the repository at this point in the history
This reverts commit bb840fc.
  • Loading branch information
cujomalainey committed Sep 24, 2017
1 parent ba0a7ba commit d49b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RX/ANT_AntResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ class AntResponse {
protected:
// pointer to frameData
uint8_t* _frameDataPtr;
void setCommon(AntResponse &target);
private:
void setCommon(AntResponse &target);
uint8_t _msgId;
uint8_t _length;
uint8_t _checksum;
Expand Down

0 comments on commit d49b125

Please sign in to comment.