Skip to content

Commit c32a329

Browse files
authored
Format code according to conventions (#15705)
1 parent 668e6b8 commit c32a329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sensors/pmw3360.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ bool pmw3360_init(void) {
198198
void pmw3360_upload_firmware(void) {
199199
// Datasheet claims we need to disable REST mode first, but during startup
200200
// it's already disabled and we're not turning it on ...
201-
//pmw3360_write(REG_Config2, 0x00); // disable REST mode
201+
// pmw3360_write(REG_Config2, 0x00); // disable REST mode
202202
pmw3360_write(REG_SROM_Enable, 0x1d);
203203

204204
wait_ms(10);

0 commit comments

Comments
 (0)