Skip to content

Commit cd76d12

Browse files
committed
fixup
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent a44038a commit cd76d12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sw/device/lib/hal/spi_device.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ void spi_device_4b_addr_mode_enable_set(spi_device_t spi_device, bool enable)
5454
VOLATILE_WRITE(spi_device->addr_mode, addr_mode);
5555

5656
// Wait for change to take effect
57-
while (VOLATILE_READ(spi_device->addr_mode).pending) {
58-
}
57+
// while (VOLATILE_READ(spi_device->addr_mode).pending) {
58+
// }
5959
}
6060

6161
bool spi_device_4b_addr_mode_enable_get(spi_device_t spi_device)

0 commit comments

Comments
 (0)