We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44038a commit cd76d12Copy full SHA for cd76d12
1 file changed
sw/device/lib/hal/spi_device.c
@@ -54,8 +54,8 @@ void spi_device_4b_addr_mode_enable_set(spi_device_t spi_device, bool enable)
54
VOLATILE_WRITE(spi_device->addr_mode, addr_mode);
55
56
// Wait for change to take effect
57
- while (VOLATILE_READ(spi_device->addr_mode).pending) {
58
- }
+ // while (VOLATILE_READ(spi_device->addr_mode).pending) {
+ // }
59
}
60
61
bool spi_device_4b_addr_mode_enable_get(spi_device_t spi_device)
0 commit comments