Index: firmware/App/Controllers/LoadCell.c =================================================================== diff -u -r1d44cf33cf4461b81b19a8ab0e402c609649786b -r4545a748791772cb1f21ea5e8fbbf661b7f8a062 --- firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision 1d44cf33cf4461b81b19a8ab0e402c609649786b) +++ firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision 4545a748791772cb1f21ea5e8fbbf661b7f8a062) @@ -134,7 +134,7 @@ * @param loadCellID : ID of load cell to get filtered weight for. * @return the filtered load cell weight for the given load cell ID. *************************************************************************/ -F32 getLoadCellFilteredWeight( U32 loadCellID ) +F32 getLoadCellFilteredWeight( LOAD_CELL_ID_T loadCellID ) { F32 result = 0;