time.h 95 B

123456
  1. #pragma once
  2. #include <stdint.h>
  3. void busyWaitDuring (USER_MODE_ const uint32_t inDelayMS);