Index: firmware/App/Controllers/LoadCell.c =================================================================== diff -u -rab447ebbc380f4c7abc2ae283042a5d0c9e1b9cb -rebbb1f85550a1f9b8f946655f7b2b63f76fbf67d --- firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision ab447ebbc380f4c7abc2ae283042a5d0c9e1b9cb) +++ firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision ebbb1f85550a1f9b8f946655f7b2b63f76fbf67d) @@ -286,7 +286,7 @@ * weight for a given load cell ID. * @details Inputs: load cell filtered weight * @details Outputs: none - * @param loadCellID ID of load cell to get small filtered weight for + * @param loadCellID ID of load cell to get large filtered weight * @return the small filtered load cell weight for the given load cell ID. *************************************************************************/ F32 getLoadCellSmallFilteredWeight( LOAD_CELL_ID_T loadCellID ) @@ -311,7 +311,7 @@ * weight for a given load cell ID. * @details Inputs: load cell filtered weight * @details Outputs: none - * @param loadCellID ID of load cell to get large filtered weight for + * @param loadCellID ID of load cell to get large filtered weight * @return the large filtered load cell weight for the given load cell ID. *************************************************************************/ F32 getLoadCellLargeFilteredWeight( LOAD_CELL_ID_T loadCellID )