Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r9df8ab7b66946cb653f804c8191613cefafc4d57 -r5072f7dedbe4be9dd9d2bfe9a46f53c1d3f356fc --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 9df8ab7b66946cb653f804c8191613cefafc4d57) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 5072f7dedbe4be9dd9d2bfe9a46f53c1d3f356fc) @@ -463,7 +463,7 @@ * @param loadCellID ID of load cell to get * @return the current load cell weight in grams *************************************************************************/ -F32 getLoadCellWeightInGrams( LOAD_CELL_T loadCellID ) +F32 getLoadCellWeightInGrams( LOAD_CELL_ID_T loadCellID ) { F32 result = 0.0;