Index: Common.h =================================================================== diff -u -rab60debe8e08b080f028810b94c6e1d724f72658 -r5632d4f110629629c12a1bd94933026a072709bc --- Common.h (.../Common.h) (revision ab60debe8e08b080f028810b94c6e1d724f72658) +++ Common.h (.../Common.h) (revision 5632d4f110629629c12a1bd94933026a072709bc) @@ -110,7 +110,7 @@ #define ML_PER_LITER 1000 ///< Number of milliliters in a liter #define MA_PER_AMP 1000 ///< Number of milliamps in an amp #define MS_PER_SECOND 1000 ///< Number of milliseconds in a second -#define US_PER_SECOND 1000000 ///< Number of microseconds in a millisecond +#define US_PER_SECOND 1000000 ///< Number of microseconds in a second #define SEC_PER_MIN 60 ///< Number of seconds in a minute #define FRACTION_TO_PERCENT_FACTOR 100.0F ///< Percentage factor (100) #define MIN_PER_HOUR 60 ///< Number of minutes in an hour