Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ae5764

Browse files
committedNov 10, 2021
Fixing compilation break, unrelated to thread-specific code.
1 parent 54085dc commit 7ae5764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/Breaks_4/Thread.inot

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BusDevice lsm6dsox(Wire, LSM6DSOX_ADDRESS);
1818
* FUNCTIONS
1919
**************************************************************************************/
2020

21-
byte lsm6dsox_read_reg(byte const reg_addr)
21+
byte lsm6dsox_read_reg(byte reg_addr)
2222
{
2323
byte read_buf = 0;
2424
lsm6dsox.wire().write_then_read(&reg_addr, 1, &read_buf, 1);

0 commit comments

Comments
 (0)
Please sign in to comment.