Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f5d54d

Browse filesBrowse files
committed
fix: QwQ测试的权限写错了
1 parent 0b3a7f1 commit 3f5d54d
Copy full SHA for 3f5d54d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libraries/Wire/src/Wire.h

Copy file name to clipboardExpand all lines: libraries/Wire/src/Wire.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class TwoWire : public Stream {
4646
typedef std::function<void(int)> cb_function_receive_t;
4747
typedef std::function<void(void)> cb_function_request_t;
4848

49-
public:
49+
private:
5050
uint8_t *rxBuffer;
5151
uint16_t rxBufferAllocated;
5252
uint16_t rxBufferIndex;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.