Skip to content

Commit 23393eb

Browse files
indentation wtf btanghe#2
1 parent 0786381 commit 23393eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3-lightsensor/light.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int main(int argc, char **argv)
3535
temp[0] = 0xa0; //select the control register
3636
bcm2835_i2c_write(temp,1);
3737
temp[0] = 0x03; //Power up the device
38-
bcm2835_i2c_write(temp,1);
38+
bcm2835_i2c_write(temp,1);
3939
bcm2835_delay(500);
4040

4141
bcm2835_i2c_read(temp,1);

0 commit comments

Comments
 (0)