From: hebe Date: Thu, 30 Aug 2012 08:25:21 +0000 (+0200) Subject: Dem, moved define out of Det scope. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/arc.git/commitdiff_plain/2ff7e7bf5a2e76fc09d5fc21a225d70700e7f5c8 Dem, moved define out of Det scope. --- diff --git a/include/Dem.h b/include/Dem.h index 24e04e09..07211e3a 100644 --- a/include/Dem.h +++ b/include/Dem.h @@ -68,7 +68,6 @@ #define DEM_E_UNEXPECTED_EXECUTION 0xfe #define DEM_E_NOT_IMPLEMENTED_YET 0xff -#define DEM_MAX_TIMESTAMP_FOR_REARRANGEMENT ULONG_MAX //when timestamp up to the max value,rearrangement starts. // Service ID in this module #define DEM_PREINIT_ID 0x01 @@ -118,7 +117,7 @@ #endif - +#define DEM_MAX_TIMESTAMP_FOR_REARRANGEMENT ULONG_MAX //when timestamp up to the max value,rearrangement starts. /* * Interface for upper layer modules (8.3.1) */