X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Ftimer_qt.h;h=70650baeb5b49c4d34ba0c2dbe275e2f924e8fcc;hb=fe0a14d1434098bfd0780d06a2a7e55f27940d27;hp=76268fd407d5ad2f5b125f29a7adbd5e355fdc09;hpb=7a88d4d67f907aa2d714378d16b6829440210330;p=bertos.git diff --git a/bertos/emul/timer_qt.h b/bertos/emul/timer_qt.h index 76268fd4..70650bae 100644 --- a/bertos/emul/timer_qt.h +++ b/bertos/emul/timer_qt.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Low-level timer module for Qt emulator (interface). */ @@ -47,6 +47,7 @@ /// Type of time expressed in ticks of the hardware high-precision timer. typedef unsigned int hptime_t; +#define SIZEOF_HPTIME_T 4 /// Frequency of the hardware high-precision timer. #define TIMER_HW_HPTICKS_PER_SEC 1000