@ -87,7 +87,7 @@ CPHA=0 CPOL=0 8 bits motorola
```c
/* Every sleep call duration is a multiple of 1000 us (1 ms) */
/* So dividing this value by 1000 is perfectly fine. */
int sleep_us(uint32_t dur_us) {
int sleep_us(uint32_t dur_us) {``
HAL_Delay(dur_us / 1000);
return 0;
}
The note is not visible to the blocked user.