FireBirdLib - Topfield TMS PVR TAP Programming Library
Delay.c
Go to the documentation of this file.
1#include "FBLib_hdd.h"
2
3void Delay(dword Loops)
4{
5 while(Loops > 0) Loops--;
6}
void Delay(dword Loops)
Definition: Delay.c:3