We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e2391 commit c9cbe07Copy full SHA for c9cbe07
examples/Breaks_4/Thread.inot
@@ -18,7 +18,7 @@ BusDevice lsm6dsox(Wire, LSM6DSOX_ADDRESS);
18
* FUNCTIONS
19
**************************************************************************************/
20
21
-byte lsm6dsox_read_reg(byte const reg_addr)
+byte lsm6dsox_read_reg(byte reg_addr)
22
{
23
byte read_buf = 0;
24
lsm6dsox.wire().write_then_read(®_addr, 1, &read_buf, 1);
0 commit comments