h5, gpio.c: removed watcom workaround for building under dos

This commit is contained in:
sezero
2018-08-14 02:40:55 +03:00
parent a1f750e924
commit 1ee5e06295

View File

@@ -7,11 +7,9 @@
#include "minihwc.h"
#ifdef __WATCOMC__
#include <i86.h>
#include "h3cini~1.h"
#define usleep(x) delay((x) / 1000)
#else
#include "h3cinitdd.h"
#endif
#include "h3cinitdd.h"
#define USEC (1000)