Index: Common.h =================================================================== diff -u -r5d0c8a999e953e1e4d644c4928b2e6ca4947e624 -r6e2e8e664a820341159989d983b7a842101faba1 --- Common.h (.../Common.h) (revision 5d0c8a999e953e1e4d644c4928b2e6ca4947e624) +++ Common.h (.../Common.h) (revision 6e2e8e664a820341159989d983b7a842101faba1) @@ -7,8 +7,8 @@ * * @file Common.h * -* @author (last) Dong Nguyen -* @date (last) 27-Sep-2022 +* @author (last) Dara Navaei +* @date (last) 18-Oct-2022 * * @author (original) Sean * @date (original) 04-Feb-2020 @@ -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