Skip to content

Commit a684bc1

Browse files
committed
fw/boards/asterix: re-enable stop mode
Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 5e6f871 commit a684bc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/fw/board/boards/board_asterix.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,4 @@ void board_init(void) {
239239
i2c_use(I2C_DA7212);
240240
i2c_write_block(I2C_DA7212, 2, da7212_powerdown);
241241
i2c_release(I2C_DA7212);
242-
243-
// XXX: FIRM-264: stop mode breaks NimBLE
244-
stop_mode_disable(InhibitorMain);
245242
}

0 commit comments

Comments
 (0)