~ruther/stm32h747i-disco-usb-image-viewer

ref: f392640c73298948e44976684270613df08949db stm32h747i-disco-usb-image-viewer/firmware/tests/device_descriptor/delay.h -rw-r--r-- 93 bytes
f392640c — Rutherther feat: allow skipping queue for larger memory moves 11 months ago
                                                                                
1
2
3
4
#include <stdlib.h>
#include <stdio.h>

#define DELAY_US(x) printf("Waiting for %d us.", x);