Index: Common.h =================================================================== diff -u -r54a28b8a2beaffe5a47a5fcc3a2e65354efa8e5e -ra61b9fc723924d1da12ea0359d7aeadbb376133a --- Common.h (.../Common.h) (revision 54a28b8a2beaffe5a47a5fcc3a2e65354efa8e5e) +++ Common.h (.../Common.h) (revision a61b9fc723924d1da12ea0359d7aeadbb376133a) @@ -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