blob: df8ff5e83e1f7b7c675a33000ed089ed22f2c697 [file] [log] [blame]
#pragma once
#include <stdint.h>
extern "C"
{
extern const int32_t HAL_NO_WAIT;
extern const int32_t HAL_WAIT_FOREVER;
void delayTicks(int32_t ticks);
void delayMillis(double ms);
void delaySeconds(double s);
}