Skip to content

Commit c9cbe07

Browse files
committed
Fixing compilation break, unrelated to thread-specific code.
1 parent f0e2391 commit c9cbe07

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)