Fix digit separator, doesn't work with C code.
1 files changed, 1 insertions(+), 1 deletions(-) M platform_samd_spi.c
M platform_samd_spi.c +1 -1
@@ 174,7 174,7 @@ samd_spi_intr_exchange(CTL_SPI_BUS_t *se #endif uint32_t wait_timeout = 0; - const uint32_t TIMEOUT_MAX = 100'000; + const uint32_t TIMEOUT_MAX = 100000; while(!dev->SPI.INTFLAG.bit.DRE) { wait_timeout++; if (wait_timeout > TIMEOUT_MAX) {