Skip to content

Commit 7ae5764

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)