Skip to content

Commit

Permalink
Increase permissions on setCommon
Browse files Browse the repository at this point in the history
By being private classes could only easily copy data as far as was
defined in AntResponse. By decreasing it allows the ANTPLUS repo to
continue subclassing into its datapages while maintaining the
original message data.
  • Loading branch information
cujomalainey committed Sep 23, 2017
1 parent 715f53e commit bb840fc
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;
private:
void setCommon(AntResponse &target);
private:
uint8_t _msgId;
uint8_t _length;
uint8_t _checksum;
Expand Down

0 comments on commit bb840fc

Please sign in to comment.