rtl_adsb: windows fix

This commit is contained in:
Hoernchen 2012-12-28 19:33:18 +01:00
parent aa60c2aaed
commit d0534878f3
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#ifdef _WIN32
#define sleep Sleep
#define round(x) (x > 0.0 ? floor(x + 0.5): ceil(x - 0.5))
#endif
#define ADSB_RATE 2000000