Skip to content

Commit d49b125

Browse files
committed
Revert "Increase permissions on setCommon"
This reverts commit bb840fc.
1 parent ba0a7ba commit d49b125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RX/ANT_AntResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ class AntResponse {
136136
protected:
137137
// pointer to frameData
138138
uint8_t* _frameDataPtr;
139-
void setCommon(AntResponse &target);
140139
private:
140+
void setCommon(AntResponse &target);
141141
uint8_t _msgId;
142142
uint8_t _length;
143143
uint8_t _checksum;

0 commit comments

Comments
 (0)