diff --git a/source/arm11/power.c b/source/arm11/power.c index ca2eee2..6163a87 100644 --- a/source/arm11/power.c +++ b/source/arm11/power.c @@ -29,7 +29,7 @@ for(;;) { - i2c_writeregdata(3, 0x20, 0xff); + i2c_writeregdata(3, 0x20, 1u); wait(0x200000); } } @@ -41,7 +41,7 @@ for(;;) { - i2c_writeregdata(3, 0x20, 0x04); + i2c_writeregdata(3, 0x20, 1u << 2); wait(0x200000); } }