Index: Accel.c =================================================================== diff -u -rb20ab0cdf009f97c0aff428219e901b0603e3fd2 -r77b56dee67cb0934f32d5d98bc1d807b5f54a2e3 --- Accel.c (.../Accel.c) (revision b20ab0cdf009f97c0aff428219e901b0603e3fd2) +++ Accel.c (.../Accel.c) (revision 77b56dee67cb0934f32d5d98bc1d807b5f54a2e3) @@ -157,7 +157,7 @@ /*********************************************************************//** * @brief - * The handleAccelMonitorState function handles the accelerometer monitor state \n + * The handleAccelMonitorState function handles the accelerometer monitor state * of the accelerometer monitor state machine. * @details * Inputs : @@ -237,7 +237,7 @@ /*********************************************************************//** * @brief - * The getPublishAccelDataInterval function gets the accelerometer vector data \n + * The getPublishAccelDataInterval function gets the accelerometer vector data * publication interval. * @details * Inputs : accelDataPublishInterval @@ -258,7 +258,7 @@ /*********************************************************************//** * @brief - * The getMeasuredAccelAxis function gets the current magnitude for the given \n + * The getMeasuredAccelAxis function gets the current magnitude for the given * accelerometer axis. * @details * Inputs : accelAxes[] @@ -294,7 +294,7 @@ /*********************************************************************//** * @brief - * The getMaxAccelAxis function gets the current max magnitude for the given \n + * The getMaxAccelAxis function gets the current max magnitude for the given * accelerometer axis. * @details * Inputs : accelMaxs[] @@ -330,7 +330,7 @@ /*********************************************************************//** * @brief - * The publishAccelData function publishes accelerometer data at the set \n + * The publishAccelData function publishes accelerometer data at the set * interval. * @details * Inputs : accelAxes[] @@ -364,7 +364,7 @@ /*********************************************************************//** * @brief - * The resetAccelMovingAverage function re-initializes the accelerometer \n + * The resetAccelMovingAverage function re-initializes the accelerometer * moving average sample buffer. * @details * Inputs : none @@ -391,7 +391,7 @@ /*********************************************************************//** * @brief - * The filterAccelReadings function adds a new axis samples to the filter. \n + * The filterAccelReadings function adds a new axis samples to the filter. * @details * Inputs : none * Outputs : flowReadings[], flowReadingsIdx, flowReadingsCount @@ -438,7 +438,7 @@ /*********************************************************************//** * @brief - * The calcVectorLength function calculates the length of a vector with \n + * The calcVectorLength function calculates the length of a vector with * given vector axis magnitudes. * @details * Inputs : none @@ -540,7 +540,7 @@ /*********************************************************************//** * @brief - * The execAccelTest function executes the state machine for the \n + * The execAccelTest function executes the state machine for the * accelerometer self test. * @details * Inputs : accelSelfTestState @@ -621,7 +621,7 @@ /*********************************************************************//** * @brief - * The setAccelCalibration function sets the accelerometer calibration \n + * The setAccelCalibration function sets the accelerometer calibration * factors and has them stored in non-volatile memory. * @details * Inputs : none @@ -657,7 +657,7 @@ /*********************************************************************//** * @brief - * The getAccelCalibration function retrieves the current accelerometer \n + * The getAccelCalibration function retrieves the current accelerometer * calibration factors. * @details * Inputs : accelCalOffsets[] @@ -676,7 +676,7 @@ /*********************************************************************//** * @brief - * The testSetAccelDataPublishIntervalOverride function overrides the \n + * The testSetAccelDataPublishIntervalOverride function overrides the * accelerometer data publish interval. * @details * Inputs : none @@ -702,7 +702,7 @@ /*********************************************************************//** * @brief - * The testResetAccelDataPublishIntervalOverride function resets the override \n + * The testResetAccelDataPublishIntervalOverride function resets the override * of the accelerometer data publish interval. * @details * Inputs : none @@ -725,7 +725,7 @@ /*********************************************************************//** * @brief - * The testSetAccelAxisOverride function overrides the value of the \n + * The testSetAccelAxisOverride function overrides the value of the * specified accelerometer axis with a given value. * Inputs : none * Outputs : accelAxes[] @@ -752,7 +752,7 @@ /*********************************************************************//** * @brief - * The testResetAccelAxisOverride function resets the override of the \n + * The testResetAccelAxisOverride function resets the override of the * specified accelerometer axis. * @details * Inputs : none @@ -779,7 +779,7 @@ /*********************************************************************//** * @brief - * The testSetAccelMaxOverride function overrides the max. value of the \n + * The testSetAccelMaxOverride function overrides the max. value of the * specified accelerometer axis with a given value. * Inputs : none * Outputs : accelMaxs[] @@ -806,7 +806,7 @@ /*********************************************************************//** * @brief - * The testResetAccelMaxOverride function resets the override of the \n + * The testResetAccelMaxOverride function resets the override of the * specified accelerometer axis maximum. * @details * Inputs : none Index: NVDataMgmt.c =================================================================== diff -u -r13c32729e3186ebb5487e41a0cecd4cf15d357eb -r77b56dee67cb0934f32d5d98bc1d807b5f54a2e3 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 13c32729e3186ebb5487e41a0cecd4cf15d357eb) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 77b56dee67cb0934f32d5d98bc1d807b5f54a2e3) @@ -284,8 +284,8 @@ /************************************************************************* * @brief - * The signalPowerOffWarning signals this module that system power off is \n - * imminent and any non-volatile data writes in progress should be wrapped up \n + * The signalPowerOffWarning signals this module that system power off is + * imminent and any non-volatile data writes in progress should be wrapped up * quickly and any pending non-volatile data writes should not be started. * @details * Inputs : none Index: Timers.c =================================================================== diff -u -r13c32729e3186ebb5487e41a0cecd4cf15d357eb -r77b56dee67cb0934f32d5d98bc1d807b5f54a2e3 --- Timers.c (.../Timers.c) (revision 13c32729e3186ebb5487e41a0cecd4cf15d357eb) +++ Timers.c (.../Timers.c) (revision 77b56dee67cb0934f32d5d98bc1d807b5f54a2e3) @@ -69,7 +69,7 @@ /*********************************************************************//** * @brief - * The didTimeout function determines whether a timeout has occurred between \n + * The didTimeout function determines whether a timeout has occurred between * a given start count and a given timeout period (in ms). * @details * Inputs : msTimerCount @@ -107,7 +107,7 @@ /*********************************************************************//** * @brief - * The calcTimeSince function calculates the time (in ms) from a given start \n + * The calcTimeSince function calculates the time (in ms) from a given start * time until now. * @details * Inputs : msTimerCount @@ -135,7 +135,7 @@ /*********************************************************************//** * @brief - * The calcTimeBetween function calculates the time (in ms) from a given start \n + * The calcTimeBetween function calculates the time (in ms) from a given start * time until a given end time. * @details * Inputs : none Index: Utilities.c =================================================================== diff -u -r13c32729e3186ebb5487e41a0cecd4cf15d357eb -r77b56dee67cb0934f32d5d98bc1d807b5f54a2e3 --- Utilities.c (.../Utilities.c) (revision 13c32729e3186ebb5487e41a0cecd4cf15d357eb) +++ Utilities.c (.../Utilities.c) (revision 77b56dee67cb0934f32d5d98bc1d807b5f54a2e3) @@ -98,7 +98,7 @@ /*********************************************************************//** * @brief - * The crc16 function calculates a 16-bit CRC for a given range of bytes \n + * The crc16 function calculates a 16-bit CRC for a given range of bytes * in memory. Poly = 0x1021. Not reflected. Initial value = 0xFFFF. * @details * Inputs : none @@ -122,7 +122,7 @@ /*********************************************************************//** * @brief - * The crc8 function calculates a 8-bit CRC for a given range of bytes \n + * The crc8 function calculates a 8-bit CRC for a given range of bytes * in memory. * @details * Inputs : none @@ -196,16 +196,16 @@ /*********************************************************************//** * @brief - * The incTimeWindowedCount function adds a new instance to a given time \n - * windowed count. Must call initTimeWindowedCount() prior to calling this \n + * The incTimeWindowedCount function adds a new instance to a given time + * windowed count. Must call initTimeWindowedCount() prior to calling this * function for a given time windowed count. - * *Note - thread protection not provided - assumed function will be called \n + * *Note - thread protection not provided - assumed function will be called * by one task for a given time windowed count. * @details * Inputs : timeWindowedCounts[][], timeWindowedCountIndexes[], timeWindowedCountCounts[] * Outputs : timeWindowedCounts[][], timeWindowedCountIndexes[], timeWindowedCountCounts[] * @param cnt ID of the time windowed count to add an instance to - * @return TRUE if this instances brings the count to the maximum within \n + * @return TRUE if this instances brings the count to the maximum within * this counts time window, otherwise FALSE *************************************************************************/ BOOL incTimeWindowedCount( TIME_WINDOWED_COUNT_T cnt ) @@ -242,8 +242,8 @@ /*********************************************************************//** * @brief - * The getCriticalData function gets the value for a given critical data \n - * record. The integrity of the critical data is checked first. If the \n + * The getCriticalData function gets the value for a given critical data + * record. The integrity of the critical data is checked first. If the * critical data record fails the integrity check, a fault is triggered. * @details * Inputs : none @@ -279,7 +279,7 @@ /*********************************************************************//** * @brief - * The setCriticalData function sets the value for a given critical data \n + * The setCriticalData function sets the value for a given critical data * record. * @details * Inputs : none