X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=os%2Fhptime.h;h=7e5b88a0022d53fa8faa9259eb715d40a07c0fd3;hb=633a26b43c6a9a43ecb1d08425fbb53145e10bc1;hp=9d9336ed3657eb9ff90c3547c5a34bf9d2510185;hpb=8c4f04bc9071d6d5c9fa55fe097cbff72325f5e9;p=bertos.git diff --git a/os/hptime.h b/os/hptime.h old mode 100755 new mode 100644 index 9d9336ed..7e5b88a0 --- a/os/hptime.h +++ b/os/hptime.h @@ -1,8 +1,33 @@ /** * \file * * * \brief Portable abstraction for high-resolution time handling (interface) @@ -12,12 +37,6 @@ #ifndef HPTIME_H #define HPTIME_H -/* sparse? */ -#ifdef __CHECKER__ - /* Any random OS would do */ - #define __unix__ -#endif - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */