Format code according to conventions (#15705)
This commit is contained in:
parent
668e6b8e92
commit
c32a329583
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ bool pmw3360_init(void) {
|
|||
void pmw3360_upload_firmware(void) {
|
||||
// Datasheet claims we need to disable REST mode first, but during startup
|
||||
// it's already disabled and we're not turning it on ...
|
||||
//pmw3360_write(REG_Config2, 0x00); // disable REST mode
|
||||
// pmw3360_write(REG_Config2, 0x00); // disable REST mode
|
||||
pmw3360_write(REG_SROM_Enable, 0x1d);
|
||||
|
||||
wait_ms(10);
|
||||
|
|
Loading…
Reference in a new issue